Skip to content

Splits a sentence into syllables. Generates random key based on number of possible permutations of syllables.

Notifications You must be signed in to change notification settings

aphoffmann/Simple_Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple_Encryption

  1. Chunk(S)

Splits a sentence into syllables.

  1. key = genKey(len(chunk(S)))

Generates random key based on number of possible permutations of syllables.

  1. E = encode(S, key)

Returns encoded sentence string E

  1. D = decode(E, key)

Returns decoded original sentence S

About

Splits a sentence into syllables. Generates random key based on number of possible permutations of syllables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages