Y
Hacker News
new
|
ask
|
show
|
jobs
by
seg_lol
120 days ago
They should have used base64 encryption.
2 comments
HiPhish
120 days ago
How about ROT13? Ideally applied twice for twice the encryption.
link
CrazyStat
120 days ago
ROT13 is cheap enough that you can afford to apply it many more times. I use one million iterations to store passwords securely.
link
mixmastamyk
120 days ago
640k oughtta be enough for anybody.
link
foobarchu
119 days ago
Md5 encryption would be far superior.
link
CobrastanJorji
120 days ago
There are performance concerns with base64. Hardware-assisted null-key encryption offers security that's a non-strict superset of base64 encryption and with superior performance.
link
hn_acc1
120 days ago
null-key encryption is write-once, read-never, so you don't have to cache it.
link