One-time pad: Difference between revisions

From Rosetta Code
Content added Content deleted
(Implement a wp:One-time pad)
 
m (specify filename and length)
Line 3: Line 3:


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

Revision as of 01:46, 18 November 2014

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.