←back to thread

358 points impish9208 | 2 comments | | HN request time: 0.449s | source
Show context
rsynnott ◴[] No.41879490[source]
You know it's _proper_ vintage crypto code because it uses the now very unfashionable word 'encipher'.
replies(3): >>41879923 #>>41879935 #>>41887937 #
quuxplusone ◴[] No.41879923[source]
Funny but also thought-provoking! When did the verb "encipher" give way to "encrypt," and why? I might enjoy reading a well-researched piece on that subject.
replies(3): >>41879953 #>>41880155 #>>41885646 #
jgrahamc ◴[] No.41879953[source]
I don't know why but here's when: https://books.google.com/ngrams/graph?content=encipher%2Cenc...
replies(3): >>41880067 #>>41880081 #>>41884646 #
1. iamthepieman ◴[] No.41880081[source]
So basically encipher was never used in the context of the web. And the web is what made encrypt popular separate from encipher. It does look like maybe encipher was possibly going to take off but encrypt stepped on its head.
replies(1): >>41881512 #
2. macobrien ◴[] No.41881512[source]
Interestingly, the basis of web encryption does use the term "encipherment" -- the `KeyUsage` field of X.509 certificates has `keyEncipherment` and `dataEncipherment` flags.