Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.
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.
rot26 can be executed twice for high-level security applications:
rot26.encrypt(rot26.encrypt(SSN))
FAQs
ROT26 encryption, twice as secure as ROT13
The npm package rot26 receives a total of 0 weekly downloads. As such, rot26 popularity was classified as not popular.
We found that rot26 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.