Skip to content

mistrustt/RotZlib64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RotZlib64

Text Encoding and Decoding Utility

This Python script provides a set of functions to encode and decode text using a chain of techniques, including:

  • Conversion to decimal ASCII representation
  • ROT13 transformation
  • Base64 encoding/decoding
  • Zlib compression/decompression
  • Inflation of compressed data to hex decimal representation

This was essentially made to solve an ARG

License

This script is provided under the Apache License.

About

Simple text encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages