nakov / Practical-Cryptography-for-Developers-Book

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
https://cryptobook.nakov.com
MIT License
3.46k stars 418 forks source link

Updates mac-and-key-derivation/exercises-password-encryption.md #49

Open farhan418 opened 3 years ago

farhan418 commented 3 years ago

Hi Svetlin Nakov ( @nakov ),

I have completed implementation of the following : (1)register user (2)user login (3)change password (4)reset password

The above 4 were marked as TODO at : https://github.com/nakov/Practical-Cryptography-for-Developers-Book/blob/master/mac-and-key-derivation/exercises-password-encryption.md

If there is anything you would like me to change, then please inform me. I hope to hear from you soon.

farhan418 commented 3 years ago

This is with reference to issue #48

MrAppu commented 3 years ago

Thanks farhan!

farhan418 commented 3 years ago

Thanks farhan!

Hi @MrAppu ! Thank you very much for encouraging me.