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.

Do you think we are missing an alternative of rncryptor-rs or a related project?

Add another 'Cryptography' Package

README

rncryptor

Build Status Build status Coverage Status

Rust Implementation of the RNCryptor spec

This library implements the specification for the RNCryptor encrypted file format by Rob Napier.

documentation

Current Supported Versions

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.