python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
encryption of email in GitHub Archive
I queried GitHub archive and got the mail encrypted.
The mail that I got in the query - 9b2aaf20c3f2c0c9b21ada60e9bca6ef34b3dbc7@outlook.com
The mail it suppose to be - phil12328@outlook.com
Anyone kn...
Tal Folkman
Votes: 0
Answers: 1
How to generate secret with sufficient iterations on device with little CPU power
Our application runs on a Raspberry Pi and is installed on many places on customer sites. The Pi is cheap and good enough for our purposes. However, we have a problenm that for storing the user's logi...
OlliP
Votes: 0
Answers: 2
compare AES-256-CBC hash in golang decrypt
I'm trying to compare the hash of a password, but when I compare it I get hieroglyphs and can't match whether it's true or false.
analog php function:
/*
* Split hash into pieces
* ([0] = ??, [1] ...
Frenk
Votes: 0
Answers: 1
How do I decrpyt a message with AES when I have only the encrypted message and a key in flutter?
How do I decrypt a message when I have only the message and the key?
I know the key (as a string), and the encrypted message is returned from my friend's API (as a string). My friend uses CryptoJS to ...
C. Nutchanon
Votes: 0
Answers: 0