close
Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
117 views

I have implemented the LEA block cipher, and when I compile it using Clang with non-zero optimization, it gives the wrong result. For a key with 128 bits, the cipher works correctly, but for 192 and ...
Boris Plitkov's user avatar
0 votes
0 answers
148 views

I'm implementing a parallel block cipher (Morus, to be precise) in CTR mode and I'd like to make it flexible with respect to the number of threads. It is not difficult per se, as I can partition the ...
biagiop1986's user avatar
1 vote
1 answer
318 views

I get the error message on the title when I try to login to some accounts from the admin side. This is the code: private function decryptString($string){ $ciphering = "AES-128-CTR"; ...
Matt Grimes's user avatar
1 vote
1 answer
125 views

var reverse_flag = [-63, -105, -103, -121, -95, -73, -39, -101, -83, -29, -125, -121, -95, -73, -225, -203, -213, -223, -213, -119]; function check_flag() { var i, flag = document....
Learner24's user avatar
1 vote
0 answers
3k views

In this test, I send a wrapped value and get the encrypted key. Then I try to decrypted it using AES/GCM/NOPADDING and a valid transportKeyIV. Finally in the cipher.doFinal() method I got this error ...
Nicote Ool's user avatar
2 votes
1 answer
121 views

I have a task to implement pretty rare symmetric block cipher. It's unavailable in popular crypto providers like Bouncy Castle, Sun's JCE and even in GNU Crypto, so I can't use JCE approach. I got ...
Barmaley's user avatar
  • 16.4k
0 votes
1 answer
3k views

Note: I am using pycharm and have virtual environment. Python version is 3.11.1. PyInstaller version is 5.7.0. OS is Mac Ventura 13.2. I want to build one-folder bundle using pyinstaller with ...
체라치에's user avatar
1 vote
0 answers
151 views

I am trying to generate the Access Token using Refresh token from Google Analytics API. The request which I am trying to send is encrypted using Python libraries. When I run the below code, I am ...
sac's user avatar
  • 225
0 votes
1 answer
860 views

I am experiencing an issue when decrypting a string using sunjce : javax.crypto.Cipher cipher = javax.crypto.Cipher.getInstance("AES/GCM/NoPadding", new BouncyCastleProvider()); ...
P basak's user avatar
  • 5,024
0 votes
0 answers
175 views

I have a cyphered OTP message and the sender made a mistake and used a key that was shorter than a message. The plaintext was not padded before encryption so length of c equals length of m. How could ...
user20547324's user avatar
1 vote
1 answer
524 views

The encryption works fine but I get the exception while decrypting the cipher text. The cipher text is generated via encrypting 'Test' Cipher text: u1jeSfKVfSRfSieLX01/uQ== string encrypt(string ...
Divesh Bari's user avatar
2 votes
1 answer
867 views

I am trying to convert my java code to NodeJs code. It's a little more complicate because the customised format included the password and salt. In main method there is one example. Here is my java ...
Jonnatan's user avatar
1 vote
0 answers
2k views

I have a requirement of of encrypt and decrypt the text but each time the encryption value of same text should be generated same. Suppose if I am encrypting a text "My Name is John". And ...
Muddassir Rahman's user avatar
1 vote
0 answers
69 views

I tried to parallelize my block cipher but it doesn't work right. The code can run but the result is different from not using parallelize .I'm a newbie to OpenMp. The code works fine with out OpenMp. ...
Huy By's user avatar
  • 23
-1 votes
3 answers
564 views

Hello I am working on a Caesar encryption program. Right now it takes as an input the file with the message to encrypt, the key The input is currently in this format: "text.txt", "ccc&...
madlee's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
10