Skip to content

Comment on MiniLock – File encryption software that does more with less

Comments

Some times ago I created my own file encryption software using libsodium. It uses XSalsa20, hmacsha256, pbkdf. It hide password input on the terminal. It is really slow for large files (GBs)...

https://github.com/viralpoetry/VPcrypt

Yours uses symmetric keys while miniLock is public-key crypto (crypto_box in NaCl terms).

Thank you for checking it out. I used it just myself, hence symmetric crypto only.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.