7248510 / Crypto

Cryptography repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto

Cryptography code

Libsodium

Instructions are written in the example comments for now. I will convert them into the readme later.

Motivations

Originally I was going to use OpenSSL for password hashing, but OWASP recommends the Argon2 protocol.
Even if I did not use Argon2(SHA'S/MD5) I could not ensure safe code using OpenSSL.
Between Stackoverflow Q&A and random blog posts the majority of code samples lacked error checking.
Libsodium offers understandable documentation and error checking within the example.

About

Cryptography repository


Languages

Language:C 80.5%Language:Python 19.5%