What are some innovative encryption methods?
1–10 of 40 posts
Re: What are some innovative encryption methods?
#2Re: What are some innovative encryption methods?
#3http://www.stephenwolfram.com/publications/academic/cryptogr...
Re: What are some innovative encryption methods?
#4Re: What are some innovative encryption methods?
#5Re: What are some innovative encryption methods?
#6But methods of gathering entropy can range from a microphone recording a city street to the classic keyboard/mouse.
Both are valid, but not as practical.
Personally I have the OneRNG, an open source usb-stick that gathers entropy by generating RF noise.
There are other devices like that out today.
Re: What are some innovative encryption methods?
#7Post-quantum key exchange using ring learning with errors and hybrid solutions: https://eprint.iacr.org/2014/599.pdf
Re: What are some innovative encryption methods?
#8Re: What are some innovative encryption methods?
#9Post-quantum key exchange using ring learning with errors and hybrid solutions: https://eprint.iacr.org/2014/599.pdf
This is really cool! I know Supersingular Isogeny Diffie-Hellman has a patch to build the cipher suite into OpenSSL [0] like the paper you linked. I know that Microsoft Research also has the best known implementation of SIDH [1]. Do you know of any paper studying the performance of those two? [0] https://github.com/dconnolly/sidh-for-openssl-patch [1] https://github.com/Microsoft/PQCrypto-SIDH
Check out the Open Quantum Systems implementation, they've got a suite incorporating a number of quantum resistant algorithms: https://github.com/open-quantum-safe/liboqs
They have the SIDH implementation you mentioned (https://github.com/open-quantum-safe/liboqs/blob/master/docs...), and a test harness for comparing performance.
Re: What are some innovative encryption methods?
#10Earlier quoted context omitted.
This is really cool! I know Supersingular Isogeny Diffie-Hellman has a patch to build the cipher suite into OpenSSL [0] like the paper you linked. I know that Microsoft Research also has the best known implementation of SIDH [1]. Do you know of any paper studying the performance of those two? [0] https://github.com/dconnolly/sidh-for-openssl-patch [1] https://github.com/Microsoft/PQCrypto-SIDH
The closest paper I can find comparing performance would be this one (section 3.4 for performance): https://eprint.iacr.org/2016/1017.pdf Check out the Open Quantum Systems implementation, they've got a suite incorporating a number of quantum resistant algorithms: https://github.com/open-quantum-safe/liboqs They have the SIDH implementation you mentioned ( https://github.com/open-quantum-safe/liboqs/blob/master/docs.…