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?

Encrypt String In Javascript And Decrypt In Php With Rsa Technique

I am trying to encrypt some text in JavaScript and then send it to PHP (etc: with Ajax) to decrypt … Read more Encrypt String In Javascript And Decrypt In Php With Rsa Technique

Obfuscating Post Variables Between Javascript & Php

Ideally I would want to encrypt the variables so there is no way to figure them out, however given … Read more Obfuscating Post Variables Between Javascript & Php

Decrypting Aes With Javascript Cryptojs After Encrypting With Php Mcrypt

Encrypting in PHP with mcrypt Solution 1: SOLVED Note: I found out that "MCRYPT_RIJNDAEL_256&… Read more Decrypting Aes With Javascript Cryptojs After Encrypting With Php Mcrypt

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 To Securely Pass Data From Php Forms To Html

I have a login system which is an html form and I need to send the username and password back to th… Read more How To Securely Pass Data From Php Forms To Html

Generate Firestore Document's Doc Id Based On Users' Uids

In my chat app, I have private chat between the two users. I intend to set the chat document's … Read more Generate Firestore Document's Doc Id Based On Users' Uids

Aes 256 On The Client Side (js) And In The Server (php)

I'm trying to encrypt and decrypt data on the server side and the client using the same type of… Read more Aes 256 On The Client Side (js) And In The Server (php)