Want to hire a development team?
No Images Added Yet

Cryptography in Javascript - What encryption methods are available to client-side Javascript?

Not Rated Yet.
Add to Favorites
Publisher
Cryptography: Encryption is the process of encoding plaintext into an unreadable ciphertext.
Product Details

The CryptoJS URL (https://code.google.com/p/crypto-js/) contains a collection of secure cryptographic algorithms written in Javascript. encode, pass in the control var ckey = $("#cryptonkey").val(); var y=document.getElementById(control).value; var encrypted = CryptoJS.AES.encrypt(y, ckey); document.getElementById("crypton").value=encrypted; decode, pass in the control var ckey = $("#cryptonkey").val(); var y=document.getElementById(control).value; var decrypted = CryptoJS.AES.decrypt(y, ckey); decrypted = decrypted.toString(CryptoJS.enc.Utf8); document.getElementById("cryptoff").value=decrypted; If you receive a secret message and know the secret key, you can enter the secret key and place your secret message into the "crypt-on" box. The secret message will be visible to you in the "crypt-off" box.

Report this Listing
Price
Free
Licence Type
Free
Views
972
Submitted on
7th November 2014
Last Updated
10th November 2014
Licence Type
Free Non-Commercial
License Price
USD 0

You May Also Like

Cloud Services You May Like

Help/Fix on configuring AWS SES for very low cost SMTP Email Sending (1 Hour)

One hour of help to configure AWS SES for low cost, reliable SMTP email sending.

Creation and Management of AWS VPC and Subnets with IPv6 Support

Create and configure AWS VPCs and subnets with full IPv6 support for modern, scalable, and future-ready networking.

Help/Fix on AWS VPC General/Advanced Services (1 Hour)

One hour of help or fixes for AWS VPC networking issues or advanced configurations.

1 Hour AWS Consulting Services/Support

One hour of flexible AWS consulting or support for architecture, design, or issues.

User Reviews

Please rate the listing and tell the world know what do you think about the listing.
(0 ratings)
Not Rated Yet.
No reviews found.
Not yet reviewed by any member. You can be the first one to write a review for this listing.Click hereto submit your review.