book
book copied to clipboard
Reference manual for the RustCrypto project, implemented as an MDBook [WIP]
Copying from https://github.com/RustCrypto/book/pull/9#issuecomment-1898627385: It would be good for that page to highlight (probably close to the top) the [password-auth](https://github.com/RustCrypto/password-hashes/tree/master/password-auth) crate which provides a very high level API and is also...
Skipping the glossary for now since there will likely be conflicts
Add content to the hash functions page, and update the glossary with relevant terms. Also update the sorting checker to allow ignoring the check for some items
I'm figuring out how to implement secure password-based file encryption in the simplest possible way. I intend to incorporate it into a small CLI program that stores 2FA tokens. But...
See https://github.com/szabgab/public-mdbooks/issues/10