One-time pad

From Rosetta Code
Revision as of 01:46, 18 November 2014 by rosettacode>Hajo (specify filename and length)
One-time pad is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

Implement a One-time pad

Sub-Tasks
  • generate the data for a One-time pad (user needs to specify a filename and length)
  • encryption / decryption ( basically the same operation, as in Rot-13 )
  • optional: management of One-time pads: list, mark as used, delete, etc.