What are some innovative encryption methods?
11–20 of 40 posts
Re: What are some innovative encryption methods?
#12Obligatory mention of homomorphic encryption [0]. [0] https://en.wikipedia.org/wiki/Homomorphic_encryption
Re: What are some innovative encryption methods?
#13[0] http://www.cs.utsa.edu/~wagner/laws/pad.html
edit to clarify: "unbreakable" is the wrong word, since it could be brute-forced with enough time and energy, like any encryption method.
yes it is completely unbreakable.
Re: What are some innovative encryption methods?
#14Obligatory mention of homomorphic encryption [0]. [0] https://en.wikipedia.org/wiki/Homomorphic_encryption
I initially read this as “homeopathic encryption”, and was prepared to be very amused! Expected something along the lines of “the input is subjected to a random bit flip approximately once per 10kB; amongst practitioners, this is considered more effective than the unnecessarily heavyweight approach taken by Western-style encryption schemes.”
Re: What are some innovative encryption methods?
#15Not exactly "innovative", since it's one of the oldest encryption methods, but the One-Time Pad[0] is considered "perfect encryption" and proven to be unbreakable. The mere possibility of unbreakable encryption could fill up a thesis by itself. [0] http://www.cs.utsa.edu/~wagner/laws/pad.html edit to clarify: "unbreakable" is the wrong word, since it could be brute-forced with enough time and energy, like any encrypt…
Re: What are some innovative encryption methods?
#16Not exactly "innovative", since it's one of the oldest encryption methods, but the One-Time Pad[0] is considered "perfect encryption" and proven to be unbreakable. The mere possibility of unbreakable encryption could fill up a thesis by itself. [0] http://www.cs.utsa.edu/~wagner/laws/pad.html edit to clarify: "unbreakable" is the wrong word, since it could be brute-forced with enough time and energy, like any encrypt…
Re: What are some innovative encryption methods?
#17Not exactly "innovative", since it's one of the oldest encryption methods, but the One-Time Pad[0] is considered "perfect encryption" and proven to be unbreakable. The mere possibility of unbreakable encryption could fill up a thesis by itself. [0] http://www.cs.utsa.edu/~wagner/laws/pad.html edit to clarify: "unbreakable" is the wrong word, since it could be brute-forced with enough time and energy, like any encrypt…
No, one-time pads are really unbreakable. You can't tell if the key you generated, which yielded "ATTACK AT DAWN", decrypted to the real message. It might have been "HN != SLASHDOT" -- all decrypts are equally likely.
Re: What are some innovative encryption methods?
#18Not exactly "innovative", since it's one of the oldest encryption methods, but the One-Time Pad[0] is considered "perfect encryption" and proven to be unbreakable. The mere possibility of unbreakable encryption could fill up a thesis by itself. [0] http://www.cs.utsa.edu/~wagner/laws/pad.html edit to clarify: "unbreakable" is the wrong word, since it could be brute-forced with enough time and energy, like any encrypt…
Re: What are some innovative encryption methods?
#19Zero knowledge proofs https://en.wikipedia.org/wiki/Zero-knowledge_proof
[0]: https://z.cash/technology/zksnarks.html
[1]: https://en.wikipedia.org/wiki/Non-interactive_zero-knowledge...
[2]: https://z.cash/
Re: What are some innovative encryption methods?
#20Not exactly "innovative", since it's one of the oldest encryption methods, but the One-Time Pad[0] is considered "perfect encryption" and proven to be unbreakable. The mere possibility of unbreakable encryption could fill up a thesis by itself. [0] http://www.cs.utsa.edu/~wagner/laws/pad.html edit to clarify: "unbreakable" is the wrong word, since it could be brute-forced with enough time and energy, like any encrypt…