tbdsux / siffer

Simple Caesar Cipher utility tools
MIT License
0 stars 0 forks source link

siffer

Simple Caesar Cipher utility tools

Install

nimble install https://github.com/TheBoringDude/siffer.git

Usage

  import siffer

  echo rot13("hello WORLD")
  echo rot5("1 23 456 7890")
  echo rot18("hello world 123")
  echo rot47("decode Rot-47")

Available procs

Inspiration: https://www.dcode.fr

Huge thanks:

© TheBoringDude