Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rot26

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rot26

ROT26 encryption, twice as secure as ROT13

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

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))

Keywords

FAQs

Package last updated on 16 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc