Skip to content

buzz1n6m4xx/crypto.symenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crypto.symenc

Understanding Symmetric Encryption


This program shows an example of symmetric encryption. You can either generate a key file (randomized mapping list, based on an input file) or use an existing key file to encode/decode strings of previous sessions. The default input file is based on the standard ASCII (printable characters) table (character code 32-126), and extended by some specific ASCII codes. The full ASCII code table can be reviewed for example at https://www.ascii-code.com/

About

Symmetric Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages