Skip to content
/ zuse Public

some common tools to encrypt, encode, transform text and numbers

Notifications You must be signed in to change notification settings

SBejga/zuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02a5acd · Jul 5, 2017

History

5 Commits
Jun 25, 2017
Jun 25, 2017
Jun 25, 2017
Jun 25, 2017
Jun 25, 2017
Jul 5, 2017
Jul 5, 2017
Jun 25, 2017
Jun 25, 2017

Repository files navigation

Zuse

some common tools to work with encode, encrypt, transform, calculate, work with strings, etc.

features

alphabet position

get character position of each char in a string.

"Apple" => '1 16 16 12 5'

buchstabenwortwert (bww)

get sum of each characters position (in alphabet) in a string. In german also called "buchstabenwortwert" or short "BWW".

"Apple" => 50

QS, EQS

digit sum (in german: Quersumme or short 'QS')

1989 => 27

iterated digit sum (in German: Einstellige Quersumme or short 'EQS')

1989 => 27 => 9
2989 => 28 => 10 => 1

Handycode

replace a character by its number of a handy keyboard

About

some common tools to encrypt, encode, transform text and numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published