Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including sdes with all npm packages installed. Try it out:

var sdes = require("sdes")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

sdes v1.0.0

# About project Enhanced **[simplified Data Encryption Standard Algorithm](https://www.brainkart.com/article/Simplified-Data-Encryption-Standard-(S-DES)_8343/)** to protect data and to provide Security to the data.ESDES Algorithm uses number of operations and rounds applied to blocks. It computes complement operation when text is converted from ASCII to binary. Large Number is Decomposed to achieve parallel processing of bits. Adding 1’s complement operations gives additional security and making it difficult for the intruder to attack. As the complexity is increased the encryption and decryption time is also increased.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free