ij96 / ingress-passcode-analyser

Help to solve encrypted Ingress passcodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingress Passcode Analyser

Help to solve encrypted Ingress passcodes.

Supported ciphers so far

  • Reverse
  • Atbash (alphanumeric, hex)
  • ROT N (alphanumeric)
  • Skip N
  • Base64
  • Numeric digits replaced by two-letter combinations (e.g. 2 replaced by "tw")

Usage

Type -help after executable name for help screen.

Command Action
a Atbash (alphanumeric)
h Atbash (hex)
t[num] Rot[num] (alphanumeric)
l replace two-letter written digits
s[num] skip [num]
b Base64
o view original code
O reset current code to the original
e exit

About

Help to solve encrypted Ingress passcodes


Languages

Language:C++ 96.2%Language:Makefile 3.8%