Skip to content

ckbrewer33/Cencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Cencrypt - a (very) simple encryption program

Author: Chris Brewer

This program takes a text file and encrypts it by incrementing the ASCII values of each character in the file by +1. To decrypt a file, all the ASCII values of the characters in the encrypted file are decremented by 1.

Obviously this is not a method to do any serious encryption with, and you can reverse the functions (tell it to decrypt first and it will be 'encrypted' and encrypt the file to 'decrypt' it) to get the same result.

About

(very) Simple encryption program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages