Skip to content

hannujaakkola/rot26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rot26

A ROT26 encryption algorithm implementation as a secure node package. ROT26 encryption is similar to ROT13 but twice as secure.

Useful when your enterprise level application needs to scale to the clouds and just can't depend on external services like rot26.org. (EDIT: As of 2025, the site seems to be down, reinforcing the point...)

Warning! You should never execute your ROT26 encryption in a browser environment, you need a server to process secure hashes.

Getting started

Using rot26 is easy. To encrypt your precious data:

  var rot26 = require('rot26')

  rot26.encrypt(password)

Decryption is also simple!

  rot26.decrypt(creditCardData)

Note: ROT26 hashes should be saved in a .txt file in the web root to avoid database corruption.

Not Web Scale enough?

rot26 can be executed twice for high-level security applications:

  rot26.encrypt(rot26.encrypt(SSN))

What about AI?

AI is available on Enterprise Plans.

About

ROT26 encryption, twice as secure as ROT13

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published