rncryptor

Crates.iorncryptor
lib.rsrncryptor
version0.1.0
sourcesrc
created_at2016-12-23 09:57:29.46993
updated_at2016-12-23 09:57:29.46993
descriptionRust implementation of the RNCryptor AES file format
homepagehttp://rncryptor.github.io/
repositoryhttps://github.com/RNCryptor/rncryptor-rs.git
max_upload_size
id7738
size34,029
multiboot2 (github:rust-osdev:multiboot2)

documentation

https://docs.rs/rncryptor/

README

rncryptor

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

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

Commit count: 33

cargo fmt