python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Asp.Net StreamReader incorrectly reads string
I'm currently working on a simple AesGcm encoder that stores passwords for certain domains in a text file (It's a lab assignment). I'm having trouble fetching stored strings back from the file and I h...
bBekan
Votes: 0
Answers: 0
Javascript decrypt for aes-gcm not working, but in Python it works
I want to port a small python library to JavaScript, running in Node.JS.
I get an encrypted message, the initialization vector and the key.
In python3 these are the imports:
from cryptography.hazmat.p...
fritz
Votes: 0
Answers: 1
C# BouncyCastle Mac check in GCM failed Error when used Tag as Base 64 String
I am trying to implement a AES 256 encryption with GCM using BouncyCastle library.
So far I have managed to make it work by passing Key and Nonce as string and Tag as byte array.
This is the encryptio...

Bluemarble
Votes: 0
Answers: 1
How to fix - 'createCipherIv' of crypto-browserify(react-native-crypto) is always using and returning 16 bytes auth tag for 'aes-256-gcm'?
During createCipheriv(), the option to set the tag length is not being considered in crypto-browserify/react-native-crypto.
I have correctly followed the steps where to make crypto compatible with rea...
Suvab
Votes: 0
Answers: 1