Cryptography Symmetric portion of modern GPG (MacOS) |
- Symmetric portion of modern GPG (MacOS)
- Would there be intrinsic vulnerabilities on a sign-extending short key in a strong cryptosystem?
- Help with RSA Cipher
- Question about strong secure element for cryptography in wearables.
- Just one QUIC bit
Symmetric portion of modern GPG (MacOS) Posted: 30 Mar 2018 01:37 AM PDT Hi Folks, I'm using: Which I think is the latest version... Anyway, reading online and on wikipedia is seems that GPG uses CAST128 by default for the symmetric portion of its hybrid encryption. I don't want that, I want to use AES for obvious reasons (and was surprised this wasn't default tbh). Anyway, using verbose mode, my gpg version seems to be already using AES, is wikipedia wrong? I didn't do any config change: [link] [comments] |
Would there be intrinsic vulnerabilities on a sign-extending short key in a strong cryptosystem? Posted: 29 Mar 2018 01:30 PM PDT So I'm running through the math on this and I can't identify any problems: Suppose I'm okay with the 128 bits of effective security that ECC with a 256 bit key offers. However, suppose the cryptosystem that I want to use is based on ECC-521 implemented in hardware and uses a 512-bit private key. So, it seems to me that there would not be any intrinsic security problems using keccak512(p_256) to produce a derived p_512. I don't even see any real security problems using p_512=0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | p_256. (as in, simply sign extend p_256 to 512 bits to produce my 512 bit key). The resulting key has only 256 bits of entropy not 512, but wouldn't it be at least as strong as ECC 256 even though it was operating in an ECC-521 field? If not, why not? [link] [comments] |
Posted: 29 Mar 2018 07:45 AM PDT This is regarding a university topic not real world... If my keys modulus is 16bit in length, how many ASCII characters can I encrypt at one time. Does the message size have to be smaller than the modulus or can it be equal in bit length? This is assumed no padding is required. Thanks :) [link] [comments] |
Question about strong secure element for cryptography in wearables. Posted: 29 Mar 2018 05:08 AM PDT What secure element is best for wearable? I understand that Ledger Nano S uses ST31/STM32, Certification level: CC EAL5+ but what would be the best for apple watch or any other wearable watch/bands. [link] [comments] |
Posted: 29 Mar 2018 04:58 AM PDT |
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