Category "cryptojs"

Is it possible to set the banner image on OpenSea through contract metadata?

I know it is possible to set the smaller collection image using the contract metadata, but is there a way to set the larger banner image? https://docs.opensea.i

Trying to print hex string with CryptoJS

I am trying to use CryptoJS to encrypt something and then generate a hexadecimal string of the encrypted text. function EncryptAES(text, key) { var encrypted

Crypto.js decrypt with key and iv (vector) in byte arrays

I have to decrypt some strings which are AES encrypted. Example encrypted string: 129212143036071008133136215105140171136216244116 I have a key, and a vector

CryptoJS - Decrypt an encrypted file

I'm trying to write an application to do end-to-end encryption for files with JS in browser. However I don't seem to be able to get all files decrypted correctl