-
aes
Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)
-
aes-gcm
Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration
-
aes-gcm-siv
Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 8452) with optional architecture-specific hardware acceleration
-
aes-siv
Pure Rust implementation of the AES-SIV Misuse-Resistant Authenticated Encryption Cipher (RFC 5297) with optional architecture-specific hardware acceleration
-
aegis
authenticated ciphers (AEGIS-128, AEGIS-256, AEGIS-128X, AEGIS-256X)
-
eax
Pure Rust implementation of the EAX Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration This scheme is only based on a block cipher…
-
crypt_guard
CryptGuard is a post-quantum cryptography library with support for Kyber, Falcon, Dilithium in combination with AES and XChaCha20
-
magic-crypt
MagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrypt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode…
-
tiny-encrypt
tiny file encrypt tool
-
rand_aes
AES based pseudo-random number generator
-
cocoonfs-cli
Cocoon TPM project - CLI utility for accessing CocoonFs images
-
aes-prng
Pseudo-random number generator based on AES
-
ecies_25519
Cross-platform Elliptic Curve Integrated Encryption Scheme (ECIES) using X25519, AES-256-GCM, and HKDF-SHA256
-
aes_crypto
A platform-agnostic library for the AES cipher (Rijndael)
-
crypto-async-rs
High-performance pure Rust cryptographic library with async streaming support
-
capycrypt
An advanced cryptographic suite for secure message exchange
-
xaes-256-gcm
Pure Rust implementation of the XAES-256-GCM extended-nonce Authenticated Encryption with Associated Data (AEAD)
-
aescrypt-rs
AES Crypt (v0-v3) Rust encryption/decryption library
-
fluxencrypt
A high-performance, secure encryption SDK for Rust applications
-
libaes
AES cipher in safe Rust with no dependencies
-
aes-gcm-stream
AES GCM stream encrypt and decrypt library, supports AES128/192/256 bit keys
-
oilelpqt
Post-quantum socks5 proxy that uses Kyber1024 and triple AES
-
crypter
A AES-GCM 256 encryption and decryption library
-
serde-encrypted-value
A Serde Deserializer wrapper which transparently decrypts encrypted values
-
ciphern
Enterprise-grade cryptographic library
-
aes-keywrap
AES Key Wrap construction (AES-KW, RFC 3394 / RFC 5649)
-
br-crypto
crypto
-
redbx
Rust Embedded DataBase with AES Encryption - Fork of redb
-
nonce-extension
Derive-Key-AES and Double-Nonce-Derive-Key-AES nonce extension mechanisms (DNDK-GCM)
-
street-cred
Manage encrypted secrets for your applications
-
iwcore
IntelliWallet Core - Password manager library with AES-256 encryption
-
cryptostream
Transparent encryption and decryption for Read and Write streams
-
soft-aes
A Rust-based software library for AES
-
rsfn-file
Utilitário para arquivos que trafegam na RSFN (Rede do Sistema Financeiro Nacional)
-
cliff3-util
SHA(256/512) hash, AES/RSA 암복화, 한글, I/O 및 날짜 관련 함수 모음 입니다
-
sponge-hash-aes256
A sponge-based secure hash function that uses AES-256 as its internal PRF
-
fitgirl-decrypt
decrypt torrents from fitgirl-repacks
-
yohu
A versatile command-line cryptography tool implementing multiple cipher algorithms for educational and practical use
-
git-crypt
transparent encryption of files in a git repository
-
softaes
Fast software implementation of the AES round function in pure Rust
-
gcm-nonceless
Decrypts GCM encrypted data without access to the nonce
-
lockboxer
Configurable fork of Lockbox encryption library
-
fluxencrypt-cli
Command line interface for FluxEncrypt encryption SDK
-
ostring_auth
A license authentication module
-
aesus
CLI for AES-256-GCM encryption using memorable passphrases
-
aes256ctr_poly1305aes
Pure Rust implementation of the AES256CTR-Poly1305AES Authenticated Encryption with optional architecture-specific hardware acceleration
-
finneo_crypto
Cross-platform AES-256-GCM encryption with Argon2id key derivation used in Finneo
-
ironcrypt
secure password hashing, RSA key generation, and managing the encryption and verification of passwords and binary files
-
kr
Development Toolkit
-
omit
Omit allows you to securely share environment variables and secrets using a single key
-
rocca
ROCCA-S authenticated cipher
-
askrypt
Password manager without master password
-
drtahash
A non-cryptographic hash function using AES-NI for high performance
-
simple-encrypt
file encryption tool using AES-GCM
-
aes_frast
lib for AES encryption and decryption, coded in pure safe Rust-lang
-
soft-fido2-crypto
Cryptographic utilities for the soft-fido2 FIDO2/WebAuthn authenticator
-
simple-rijndael
Pure Rust, simple implementation of the rijndael-cbc algorithm for osu! score decryption or encryption
-
evercrypt
Crypto library using formally verified code from HACL/Evercrypt
-
cryptographic_primitives
that provides cryptographic primitives
-
flypto
Simplified cryptography library
-
webcryptobox
Convenient opiniated wrappers around OpenSSL to use WebCrypto compatible cryptography
-
cryptojs_rust
CryptoJS encryption/decryption functionality
-
neo-crypto
An encryption algorithm library written in Rust
-
const-ciphers
Ciphers implemented as constant expressions in Rust for use in payload generation. Not for regular use.
-
xaes-gcm
The simplest and safest way to encrypt data using AES-GCM in Rust (AES256-DNDK-GCM)
-
plain-aes
Rijndael's cipher, commonly known as AES
-
license-system
授权协议框架
-
llm-config-crypto
Cryptography primitives for LLM Config Manager - AES-256-GCM encryption, key derivation, and secure key management
-
fluxencrypt-async
Async/await support for FluxEncrypt encryption SDK
-
networking
secure RSA + AES network implementations in a peer to peer enabled manner
-
rcrypto
cryptography library
-
libcipher
Advanced Encryption Standard (AES) for secure data encryption and decryption
-
yafo
file obfuscator
-
ct-aes
Constant time AES
-
rust-aes-proofs
Various AES-based Proof-of-Replication and Proof-of-Time implementations and benchmarks
-
cryptohelpers
Collection of helpers and simplifying functions for cryptography things
-
byte-aes
wrapper around the popular aes crate. The goal is to perform Encrypt and Decrypt operations using the Advanced Encryption Standard 256 bit Algorithm conveninent to use instead of use Low level functions of the aes crate
-
encrypto_aes
stunning-encrypto is cross platform end-to-end encryption dependency. And this is AES extension of the same
-
simple_crypt
high level library to encrypt and decrypt texts, files, folders and any data with it
-
const_aes
Encrypt data using aes 128 at compile time
-
tla
A CLI tool for compressing and encrypting a file or a directory. (tar, lzma, aes & des)
-
crabguard
A cli tool for end-to-end encryption for s3 storage
-
rust-crypto-hatter-fork
A (mostly) pure-Rust implementation of various common cryptographic algorithms
-
secret-keeper
envelope encryption with strong cryptography and key management
-
wcb
WebCrypto compatible encryption CLI
-
aes-keywrap-rs
AES Key Wrap for Rust (AES-KW, RFC 3394 / RFC 5649)
-
easy_aes
a very fast / lightweight implementation of aes encrytion and decryption
-
ades
AES & DES, Encryption & Decryption
-
lockbox
secure, and efficient encryption and decryption using the AES-GCM (Galois/Counter Mode) algorithm
-
cryptolib
An encryption algorithm library written in Rust
-
rsa-msg-server
[SERVER] Send files & messages across the internet using RSA / AES. Fast and secure transfer by checking for hashes. This is the server part of the application.
-
tinyaes
A pure Rust implementation of the Advanced Encryption Standard (AES)
-
ctaes
A wrapper of Bitcoin Core's ctaes C library. ctaes is a simple constant-time AES implementation.
-
aes-ndlr
AES
-
aes-edu
A collection of code for teaching the full AES algorith as described in FIPS 197
-
kr-core
Core of kr, the rust development toolkit. Not intended to be used directly.
-
crypto-rsl
A (mostly) pure-Rust implementation of various common cryptographic algorithms
-
encrypted-message
Safely encrypt & store serializable data using AES-256-GCM
-
parity-crypto
Crypto utils used by ethstore and network
-
crypt_guard_proc
CryptGuardProc is the proc macro crate related to CryptGuardLib, which is a comprehensive Rust library designed for strong encryption and decryption, incorporating post-quantum cryptography…
-
gotp
Generate totp codes for various accounts which are saved and AES encrypted
-
eaesy
easy hardware-accelerated AES128CBC operations of arbitrary data on embedded targets
-
rsa-msg
Send files & messages across the internet using RSA / AES. Fast and secure transfer by checking for hashes. This is the client part of the application.
-
ctaes-rs
Rust bindings and API for CTAES a constant-time AES implementation from Bitcoin Core https://github.com/bitcoin-core/ctaes
-
cross-crypto-rs
Librería de criptografía en Rust compatible con Python y JavaScript
-
SadieFish
cryptography library for educational purposes
-
aes-config
encrypt config for safe
-
get_prime_numbers
The FactorDB is the database to store known factorizations for any number. This tool can use on your command line
-
rust-aes-keywrap
AES Key Wrap construction (AES-KW, RFC 3394 / RFC 5649)
-
encrypt-rs
Envelope encryption with secret-keepers
-
iokcloud-crypto
AES lightweight encryption and decryption
Try searching with DuckDuckGo.