Skip to content Skip to sidebar Skip to footer
Showing posts with the label Encryption

Change The Key With Cryptojs

I am using CryptoJS to encrypt and decrypt the text. Here, I am just taking the message and showing… Read more Change The Key With Cryptojs

Generate A Key For Sjcl That Expires Automatically After A Period Of Time?

I want to encrypt and decrypt the data on client-side for that i am using SJCL library, but i want … Read more Generate A Key For Sjcl That Expires Automatically After A Period Of Time?

Html5 Offline Authentication

I am looking for advice/criticism on how best to control access to an HTML5 application that is use… Read more Html5 Offline Authentication

Node.js/javascript Encrypt Aes-128 Like Mcrypt_ecb In Php

I have a PHP code that encrypt in AES-128 an ip address: $ip = 'MY_IP'; $secret = 'MY_K… Read more Node.js/javascript Encrypt Aes-128 Like Mcrypt_ecb In Php

How Can I Encrypt A String With Aes-128-cbc Algorithm In Javascript?

I have the following shell script which uses openssl to encrypt string: API_KEY='qrBprgc/3dTjrr… Read more How Can I Encrypt A String With Aes-128-cbc Algorithm In Javascript?

How To Check Authenticity Of An Ajax Request

I am designing a web site in which users solve puzzles as quickly as they can. JavaScript is used t… Read more How To Check Authenticity Of An Ajax Request

Detecting Ssl Browser Support

How can you detect if the client browser has SSL support? I am not refering to the server Variables… Read more Detecting Ssl Browser Support

Web Authentication - How To Securely Transfer Username/password From The Client To The Server

I have a web application (Java) that I am trying to launch. The user needs to login to the system t… Read more Web Authentication - How To Securely Transfer Username/password From The Client To The Server