Cryptography GitHub - cambrian/accumulator: Cryptographic accumulators in Rust. |
- GitHub - cambrian/accumulator: Cryptographic accumulators in Rust.
- Requesting review for my javascript password manager
- Prime Factorization - Python 3
GitHub - cambrian/accumulator: Cryptographic accumulators in Rust. Posted: 16 Apr 2019 05:28 PM PDT |
Requesting review for my javascript password manager Posted: 16 Apr 2019 06:28 PM PDT The app: https://tiramisu77.github.io/pw_mngr/ First, I'd like to apologize for putting everything into one file, I've just wanted the program to be lightweight and portable. The app is very simple, it turns the password table into json string, then encrypts it with AES-GCM and puts it into localStorage. The key (256 bits) is derived with PBKDF2 from user password, a new salt (128bits) and iv(96 bits) are created with [link] [comments] |
Prime Factorization - Python 3 Posted: 16 Apr 2019 10:37 AM PDT Has anyone ported or knows of a port of complex factoring algorithms to Python3? My trivial favoriting strategies are working but not efficient. Thanks! -Alien [link] [comments] |
You are subscribed to email updates from Cryptography news and discussions. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment