One-time pad

Revision as of 01:43, 18 November 2014 by rosettacode>Hajo (Implement a wp:One-time pad)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Implement a One-time pad

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.
Sub-Tasks
  • generate the data for a One-time pad
  • encryption / decryption ( basically the same operation, as in Rot-13 )
  • optional: management of One-time pads: list, mark as used, delete, etc.