Live data from Hacker News

C++ CLI for folder encryption with AES-256-GCM and USB-based key loading

news.ycombinator.com

1–5 of 5 posts

Re: C++ CLI for folder encryption with AES-256-GCM and USB-based key loading

#3
If this is a learning exercise, cool!

If this is a real thing, it needs a lot of work. Lots of failure modes, errors that are not being handled, sometimes exceptions, sometimes swallowing and printing to stdout, very inconsistent style, mixing and matching all kinds of C and C++ conventions, the fallback hard coded path of your specific user name + deep path ...

I would recommend not using this for any data that you actually care about.