Skip to content

depaolism/Cipher

Repository files navigation

Cipher

Summary

A collection of common text manipulations I've wanted to perform while deobfuscating various texts.

Functions

  • Base64 Encode/Decode
  • Url Encode/Decode
  • Unicode Escape Decode
  • Unicode Escape & Url Decode
  • Remove Nulls
  • Concatenate Strings
    "Hello" + "World" --> "HelloWorld"

Possible Future Functions

  • Unicode Escape Encode
  • Unicode Escape and Url Encode

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published