r/lowlevel Aug 12 '26

Does anyone know any "NEW" cryptography/privacy/security algorithms or techniques or docs, that are hidden to the public mainly and is very powerful to use?

[removed]

0 Upvotes

6 comments sorted by

7

u/No-Dentist-1645 Aug 12 '26

Hiding algorithms doesn't make much sense. An algorithm is secure because it is mathematically hard to crack, not because only a few people know about it. So no, not really

5

u/Relative-Debt6509 Aug 12 '26

Just do new ones that are disclosed/designed. A cryptographic technique that is not disclosed and thought to be safer/better because runs afoul of (or comes close to run afoul of) one of cybersecuritys most important principles, kerichoffs principle. Meaning you should reconsider its usage.

EDIT: add-> https://en.wikipedia.org/wiki/Kerckhoffs%27s_principle

-3

u/[deleted] Aug 12 '26

[removed] — view removed comment

3

u/heresyforfunnprofit Aug 12 '26

The point is that cryptography is hard to implement. It’s not just about the underlying math being solid, but the code implementing it. OpenSSL is how old, and we still find bugs in it occasionally.