Skip to content

hangyakuzero/kitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Kitty

kitty
A python-cli tool to encode text/payloads into base64, url, hex ,octal and alternating text

Usage

1.python3 kitty.py encrypt [encoding type] "text to encode" it currently supports hex,octal,url , base 64, and alternating, it also has an 'all' flag

2.multiple lines with Xargs: cat test.txt | xargs -I {} python3 kitty.py encrypt all "{}"

sample output

Screenshot 2024-01-27 at 11 27 41 PM
with Xargs:

Screenshot 2024-01-27 at 11 30 44 PM

About

A python-cli tool to encode stuff into base64, url, hex and octal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages