Popularity
0.7
Stable
Activity
0.0
Stable
7
2
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
Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications โ at massive scale. -
exonum
An extensible open-source framework for creating private/permissioned blockchain applications -
sodiumoxide
DISCONTINUED. [DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium) -
RustCrypto Elliptic Curves
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2 -
miscreant
DISCONTINUED. Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support -
orion
DISCONTINUED. Usable, easy and safe pure-Rust crypto [Moved to: https://github.com/orion-rs/orion] -
recrypt
A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption. -
schannel-rs
Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* 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.