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

Aes - Crypto Js & Php

I've problem with decryption data encrypted in cryptojs. Sometimes it works sometimes not, if w… Read more Aes - Crypto Js & Php

Implement Php Open_ssl_decrypt Aes 256 Cbc As Cryptojs

I try to make the following code in ReactJs (not NodeJs) but this doesn't work in JS. The origi… Read more Implement Php Open_ssl_decrypt Aes 256 Cbc As Cryptojs

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

Node JS, How To Extract X.509 Certificate From P12 File?

I have p12 file, where I should get X.509 Certificate. In order to work with this file I use forge … Read more Node JS, How To Extract X.509 Certificate From P12 File?

Generate Public Key From Private Key Using WebCrypto API

I'm using Web Crypto API and am generating RSA Keypair using generateKey function. Because of s… Read more Generate Public Key From Private Key Using WebCrypto API

Using RSA Public Key To Encrypt A String

I've been working on my expressjs project, but now I've run into a dead end. I need to encr… Read more Using RSA Public Key To Encrypt A String