package
Version:
v0.0.0-...-e1ab6f8
Opens a new window with list of versions in this module.
Published: Dec 7, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Encodes 'm' with key 'k'.
key : Key for encoding
msg : Message to encode
return: 'm' codified in B64 digits.
Decodes 'c' using key 'k'. 'c' was codified with cryp().
key : Key for decoding
c : Text codified with cryp()
return: 'c' decoded.
GenK generates a B64 randon key of length 'lg'
Returns 'k' codified in irreversible way, using 'lg' B64 digits.
key : String to codify
lg : Length of result
return: 'lg' B64 digits
Source Files
¶
Click to show internal directories.
Click to hide internal directories.