kfogel / OneTime

An open source encryption program that uses the "one-time pad" method.
http://red-bean.com/onetime
32 stars 14 forks source link

option to disable authentication #22

Closed aaannndddyyy closed 7 years ago

aaannndddyyy commented 7 years ago

Maybe there could be an option to disable the authentication and maybe even the fuzz, if all you want is message secrecy, but don't worry about authenticity, but do worry about pad usage. since it'S just a few if statements, this shouldn't complicate the code.

kfogel commented 7 years ago

IMHO, that extreme degree of pad conservation is not worth the user-interface complexity (or the code complexity) of supporting this as an option.