mirror of
https://github.com/v1k45/pastepass.git
synced 2026-01-07 05:57:08 +00:00
- Use crypto.rand. Relying on math.rand does not ensure true randomness. - Bas64 encode random bytes instead of generating keys using a fixed set of letters. - Based on reddit feedback: https://www.reddit.com/r/golang/comments/1d73vsl/comment/l6xmtja/