Documentation generated from fossil trunk
tcl::transform::otp -
Encryption via one-time pad
package require Tcl 8.6 package require tcl::transform::core ? 1 ? package require tcl::transform::otp ? 1 ? ::tcl::transform::otp chan keychanw keychanr
The tcl::transform::otp package provides a command creating a channel transformation which uses externally provided one-time pads to perform encryption (on writing) and decryption (on reading).
A related transformations in this module is tcl::transform::rot.
The internal TclOO class implementing the transform handler is a sub-class of the tcl::transform::core framework.
xor, otp, encryption, decryption, transformation, channel transformation, one time pad, cipher, virtual channel, reflected channel, tip 230