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

How To Encrypt The Http Request Sent To Server?

Is it possible to hide the contents (or encrypt it) of an HTTP request so that no other than author… Read more How To Encrypt The Http Request Sent To Server?

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?

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)

Securing Websockets

Right now our application is designed to facilitate all communication via websockets after the init… Read more Securing Websockets

Encrypt In Python - Decrypt In Javascript

I have need to simply encrypt some text in python and being able to decrypt in JavaScrypt. So far I… Read more Encrypt In Python - Decrypt In Javascript

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

Javascript Caesar Cipher Algorithm

Is there anyway to do this function?, because i find it quite difficult to understand, specially th… Read more Javascript Caesar Cipher Algorithm

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