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

How To Encrypt Data In Javascript And Decrypt In Php?

Is there any javascript function that can encrypt data: For example i want to use encrypted data in… Read more How To Encrypt Data In Javascript And Decrypt In Php?

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

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

Working Example For Signal Protocol In Js

Hi there i try to make i clientside message exchange with the signal protocol (only for tests). But… Read more Working Example For Signal Protocol In Js

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

Cryptojs And Openssl_decrypt Not Produce Same Result

I am trying to implement AES 256 bit encryption with string on php and JavaScript. For jasvascript … Read more Cryptojs And Openssl_decrypt Not Produce Same Result

Simple Javascript Encryption Using Libsodium.js In This Sandbox Demo

I've spent an embarrasing number of hours trying to get Libsodium.js to work. See my fiddle de… Read more Simple Javascript Encryption Using Libsodium.js In This Sandbox Demo

Javascript Asymmetric Encryption And Authentication

Some of the guys here are developing an application which incorporates some 'secure areas' … Read more Javascript Asymmetric Encryption And Authentication

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

How Do I Use Rsa Between Server And Gwt Client?

I want to encrypt data between a Java Server backend and a GWT Client. On the GWT client I use the… Read more How Do I Use Rsa Between Server And Gwt Client?

Aes-256-cbc Mcrypt-php Decrypt And Crypto-js Encrypt

I am trying to encrypt in Javascript with CryptoJS and decrypt in PHP. The JS code is: var salt = C… Read more Aes-256-cbc Mcrypt-php Decrypt And Crypto-js Encrypt

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?

Simple Javascript Encryption Using Libsodium.js In This Sandbox Demo

I've spent an embarrasing number of hours trying to get Libsodium.js to work. See my fiddle de… Read more Simple Javascript Encryption Using Libsodium.js In This Sandbox Demo