|
|
|
|
|
by halosghost
484 days ago
|
|
Hello! Congrats on getting a proof-of-concept working in this space, especially as young as you are. That's awesome! However, I would strongly suggest putting a large disclaimer at the very top of this project making clear that it has not undergone rigorous security analysis. Just looking very briefly at the code, the encryption is a hand-rolled XOR cipher directly using a user-provided 10-byte key (keylength being hard-coded). This is definitely not secure against any, even minimally motivated/aware attacker. All the best, |
|
By the way, have you had a chance to try the program out? I’d love to know what you think about it—like, is the concept cool or useful in any way, even with its limitations? And if you’ve got any ideas on how to make it better (aside from the encryption stuff), I’m all ears!
This is mostly a learning project for me, so any thoughts or suggestions you have would be awesome. Thanks again for taking the time to comment—it means a lot!