1. Only showing results from lib.rs

    Clear filter to show all search results

  2. The AES Key Wrap with Padding algorithm can be used to wrap a key of any practical size with an AES key. The AES key-encryption key (KEK) must be 128, 192, or 256 bits. The input key data may be as short as one octet, which will result in an output of two 64-bit blocks (or 16 octets). Although the AES Key Wrap algorithm does not place a maximum ...
  3. Feb 6, 2025A simple encryption tool built in Rust. If you need basic symmetric-key encryption with reasonable defaults for your project, without having to wade through the forest of encryption algorithms and parameters, this tool will make your life easier. It uses the AES-GCM-256 scheme, which is considered industry-standard.
  4. Jan 22, 2025CryptGuard's newest release, introduced new macros for encryption and decryption with AES using a kyber1024 key as well as signing and opening of the data with falcon1024. Since these macros are provided for fast usage, the keysizes and the signing key type is already set by default. CryptGuard also introduced new macros for keypair generation.
  5. Mar 21, 2024See also: rufendec, nutek-cipher, thash, whirlpool, cryptic, hkdf, sha256, magic-crypt, short-crypt, hmac-sha256, xrc_cli Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
  6. Aug 6, 2023Decrypt encrypted images using known AES key and IV. Decompress images compressed using LZSS and LZFSE (LZVN is not supported yet). Parse, create and sign Image4 manifests. Both signed and unsigned manifests are supported. Create certificates for signing Image4 manifests. Installation cargo install image4-util Logging
  7. Aug 26, 2024The crypter crate provides Rust and FFI for encryption and decryption using AES-GCM-SIV 256-bits. To enable the C api, the feature ffi must be enabled. To enable the WASM api, the feature wasm must be enabled. See the examples for working FFI applications. Examples let key = get_key(); let payload = "mega ultra safe payload"; let encrypted ...
  8. 3 days agoA cryptographic library that includes big number arithmatic operation, hash algorithms, symmetric-key cryptographic encryption/decryption algorithms, asymmetric-key (public-key) cryptographic encryption/decryption algorithms, pseudo random number generators, etc. Hash algorithms includes MD4, MD5, SHA224, SHA256, SHA384, SHA512, SHA3, etc. Symmetric key encryption algorithms include DES, AES ...
  9. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX