- Rumor has it that RedPhone's voice compression and encryption allowed eavesdropping of some or all of the call's contents. If this is true is there any perceived rollover to Signal's voice calling feature?
- Expectations of a crypto API
- Specific vulnearble IV for WEP
- Is this password storage scheme any good
- Changing P & Q in Dual_EC_DRBG ?
Posted: 27 Feb 2018 08:23 AM PST |
Posted: 27 Feb 2018 11:08 AM PST Hello r/crypto! I am a free time developer, with a passion for cryptography. This is a question to my fellow developers; and cryptographers. I am wondering, what expectations and wishes do you have for a crypto API? As I want to create one, open source and in the language Crystal if anyone is interested in helping out. [link] [comments] |
Specific vulnearble IV for WEP Posted: 27 Feb 2018 07:24 PM PST I'm trying to understand how the FMS attack works on WEP, the wikipedia article states that the IV must be in a specif form, namely, (A+3, N-1, X), why is that? Why can't we just use any IV? [link] [comments] |
Is this password storage scheme any good Posted: 27 Feb 2018 11:58 AM PST So, making a password storage scheme for the server of a program I'm developing. I'm wondering if this scheme has decent security and such. It's a python script with two functions. The first one takes a password and outputs an argon2 hash along with an addition custom salt. The second, verify takes a salt, hash and a password and if everything matches up will return true and if not, false. The source code can be found here [link] [comments] |
Changing P & Q in Dual_EC_DRBG ? Posted: 27 Feb 2018 10:23 AM PST Is it possible (and if yes how) to change suspicious backdoor default P and Q values in Dual_EC_DRBG? And if that's not going to work is it possible to still use modern Elliptic Curve crypto in GPG/OpenSSL with some other RNG? [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