this post was submitted on 10 Oct 2023
4 points (100.0% liked)
Encryption
181 readers
1 users here now
In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information.
Rules
- Don't do unto others what you don't want done unto you.
- No Porn, Gore, or NSFW content. Instant Ban.
- No Spamming, Trolling or Unsolicited Ads. Instant Ban.
- Stay on topic in a community. Please reach out to an admin to create a new community.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes old encryption methods worked in a similar way, for example ROT13. The security of these methods ultimately relies on keeping the encryption process a secret, i.e. security through obscurity. These days we know that's not good.
Modern encryption methods are publicly known and thus do not have that vulnerability. The security of modern encryption algorithms rely on keeping some sort of key a secret instead of the actual encryption process.
Ahh cool thanks for the info!