encryption.lib

What is encryption.lib?

encryption.lib is a JavaScript Library made for encrypting and decrypting data in your project. This is developed to provide some additional security and privacy feature in your on going projects. This can be used in sending encrypted data from client to server sides to prevent hackers of reading the data you are processing.

This Library can also be used in any Web based projects. It can be used both in Client and Server side of your project. encryption.lib has levels of encryption to prevent the encrypted data of being decrypted immediately.

Documentation

About encryption.lib

Version 0.0.1

This is version only consist of numerical encryption where characters are converted into Series of numbers where the result of the encrypted value can also be encrypted as well, maximum of 5 times. As it is being converted it becomes strongly secured but consumes higher space of data for because the more you encyrpt the encrypted value it becomes more longer and longer.

Version 0.0.2

Coming Soon!

Downloads

  • Version 0.0.1

  • Contains basic encryption of characters into numbers only. Version also includes multiple encryption levels maximum of 5.