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