Skip to content

bendair/encode-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Encode & Decode

A simple reversible string encoder/decoder without any third-party libraries.

Usage:

Encode a string:

python encode-decode.py encode --key mySecret "your text here"

Decode a token:

python encode-decode.py decode --key mySecret "token_here"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages