Popularity
0.6
Growing
Activity
0.0
Stable
7
1
1
Programming language: Rust
License: MIT License
Tags:
Cryptography
rncryptor-rs alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view rncryptor-rs alternatives based on common mentions on social networks and blogs.
-
Ockam
Build secure-by-design applications that can Trust Data-in-Motion. Orchestrate end-to-end encryption, mutual authentication, key management, credential management & authorization policy enforcement โ at scale. -
exonum
An extensible open-source framework for creating private/permissioned blockchain applications -
rust-crypto
A (mostly) pure-Rust implementation of various cryptographic algorithms. -
curve25519-dalek
A pure-Rust implementation of group operations on Ristretto and Curve25519 -
ed25519-dalek
Fast and efficient ed25519 signing and verification in Rust. -
sodiumoxide
[DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium) -
miscreant
Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support -
RustCrypto
Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers -
RustCrypto Elliptic Curves
Collection of pure Rust elliptic curve implementations: NIST P-256, P-384, secp256k1 -
orion
Usable, easy and safe pure-Rust crypto [Moved to: https://github.com/orion-rs/orion] -
rust-security-framework
Bindings to the macOS Security.framework -
recrypt
A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption. -
Roughenough
A Roughtime secure time sync client and server written in Rust -
schannel-rs
Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs) -
rust-djangohashers
A Rust port of the password primitives used in Django Project. -
rustotpony
๐ด RusTOTPony โ CLI manager of one-time password generators aka Google Authenticator
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of rncryptor-rs or a related project?
README
rncryptor
Rust Implementation of the RNCryptor spec
This library implements the specification for the RNCryptor encrypted file format by Rob Napier.
documentation
Current Supported Versions
- V3 - Spec
What's there
- [x] Password-based Encryption
- [x] Key-based Encryption
- [x] Decryption (with HMAC validation)
- [x] Test vectors
- [x] Quickcheck roundtrip properties
TODO
- [ ] Move away from
rust-crypto
if possible/needed. - [ ] Streaming API
- [ ] Profiling & optimisations
Contributors (Sorted by name)
- Alfredo Di Napoli (creator and maintainer)
Contributions
This library scratches my own itches, but please fork away! Pull requests are encouraged.