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

How Does Cryptojs Get An Iv When None Is Specified?

When using CryptoJS.AES.encrypt how does it come up with an Initialization Vector if the third argu… Read more How Does Cryptojs Get An Iv When None Is Specified?

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

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

Change The Key With Cryptojs

I am using CryptoJS to encrypt and decrypt the text. Here, I am just taking the message and showing… Read more Change The Key With Cryptojs

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

I Want To Encrypt Blob Using Sha In Javascript

I want to encrypt blog using SHA in javascript so that I can send the encrypted blob chunk to serve… Read more I Want To Encrypt Blob Using Sha In Javascript

Securing Websockets

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