Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 858 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 858 Bytes

Moy Sekret

Playing around with cryptography using sodiumoxide, Rust bindings to libsodium.

Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.

It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further.

Its goal is to provide all of the core operations needed to build higher-level cryptographic tools.

Status

Early, early stage. Yet functional.

As a prove of concept to something bigger and more elaborate than that, it works just fine. It goes through the happy paths and a few corner cases too.

To work on test cases now.

Copyright

Leandro Silva <[email protected]>