Skip to content

An encryption and decryption algorithm using hex values which produces unique encrypted outputs each time for the same strings!

Notifications You must be signed in to change notification settings

MinatoNamikaze02/hexcryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexcryption

Overview

An encryption and decryption algorithm using hex values which produces unique encrypted outputs each time for the same strings!

Usages

  • Run the main.go in the root directory either manually or using make run.
  • Run the test file by running make test.
  • You can run go build and subsequently run ./hexcryption.exe [options] [values].
  • Use the --help flag if you're confused ;).
  • You could also just run go run main.go.

Example

Running the test file

implementation1

Testing on a random string

implementation2

implementation3

About

An encryption and decryption algorithm using hex values which produces unique encrypted outputs each time for the same strings!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published