Skip to content

wTool/Homophone-Substitution-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Homophone-Substitution-Cipher

var Encrypt = homophone('encrypt','Hello World',3,13,17);
  //76949885828880746279
var Decrypt = homophone('decrypt','76949885828880746279',3,13,17);
  //Hello World

About

同音替代密码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published