Live data from Hacker News

Scream cipher

sethmlarson.dev

21–30 of 112 posts

Re: Scream cipher

#21
post #9
post #5

Now pack even more info in each character with Zalgo text.

am I unusual in not really seeing the "creepiness" of zalgo text?

It's not inherently creepy but often symbolic of corruption or someone talking in a raspy/synthetic "evil overlord" kind of voice.

Re: Scream cipher

#22
post #3

... in the same sense that ROT13 or base64 would be a cipher.

The original Caesar cipher supposedly also had a constant offset, yet it's still considered a cipher.

A bad substitution cipher is still a cipher. Just one you shouldn't use for anything important.

Re: Scream cipher

#23
post #3

... in the same sense that ROT13 or base64 would be a cipher.

Rot 13 is a cipher. It's a substitution cipher, and more specifically a shift cypher or Caesar cipher. It's not a secure cipher but it is one.

Base64 is an encoding. It's an algorithm, no attempt at secrecy, thus not a cipher.

Re: Scream cipher

#27

Earlier quoted context omitted.

Like i said, by these measurements, base64 would also be a cipher.

And people are telling you yes, they (rot13 and base64) are indeed ciphers. What's the confusion?

What people in this thread call a "key" is, not like a key, auxiliary input data, but hard-coded into the program. We are looking at encodings.

Maybe this differentiation is not popular or well accepted, but it was surely part of my cryptography curriculum and the following exam. I'd rather believe my prof than strangers on the internet.

Re: Scream cipher

#30
post #23
post #3

... in the same sense that ROT13 or base64 would be a cipher.

Rot 13 is a cipher. It's a substitution cipher, and more specifically a shift cypher or Caesar cipher. It's not a secure cipher but it is one. Base64 is an encoding. It's an algorithm, no attempt at secrecy, thus not a cipher.

And what do you think is the algorithm from the article? Looks awfully similar to base64 to me, except its lacking the bit-shifts. Both use a lookup table like that.
Post reply on HN