Skip to content

Tiny encryption library I wrote during a single chemistry period (instead of studying). Uses a password to encrypt and decrypt a string.

License

Notifications You must be signed in to change notification settings

AwesomeMc101/TinyCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TinyCrypt

Tiny encryption library I wrote during a single chemistry period (instead of studying). Uses a password to encrypt and decrypt a string.

Encryption

  • Line 8 defines a formula used to create a number that you add/subtract from each char using the password
  • to_skip determines if you skip 1-2 chars
  • reverse determines if you reverse the final character set
  • addsub determines if you ADD or SUBTRACT from each char in the original string

Decryption

  • Literally does all the same stuff backwards :)

About

Tiny encryption library I wrote during a single chemistry period (instead of studying). Uses a password to encrypt and decrypt a string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages