Skip to content

moval0x1/CustomBase64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomBase64

Goals

Custom base64 with option to pass specific key

How to use this script?

λ python CustomBase64.py -h
usage: key [-h] [-k KEY] strToDecode

positional arguments:
  strToDecode        String to decode from base64

optional arguments:
  -h, --help         show this help message and exit
  -k KEY, --key KEY  Custom base64 key

Example

λ python CustomBase64.py "base64 string" -k "custom key"

About

Custom base64 with option to pass specific key

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages