Skip to content

Pure Rust implementation of the RNCryptor cryptographic format by Rob Napier

License

Notifications You must be signed in to change notification settings

RNCryptor/rncryptor-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Current Supported Versions

What's there

  • Password-based Encryption
  • Key-based Encryption
  • Decryption (with HMAC validation)
  • Test vectors
  • 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.

About

Pure Rust implementation of the RNCryptor cryptographic format by Rob Napier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages