Skip to main content
0 votes
1 answer
159 views

I'm trying to write a java program that encrypts and decrypts a byte array of text based on a password, but when decrypting, it returns an error Error message: Exception in thread "main" ...
Lucy's user avatar
  • 85
0 votes
0 answers
37 views

I am playing around with the Encrypted Media Extensions API a bit and wondering about ClearKey encryption. As I understand it, the target file, or segments of it are encrypted using a symmetric key ...
ineedhelp's user avatar
1 vote
0 answers
98 views

I'm using ZIP format for backups of an app. Size is probably from 10Mb to 2Gb. Amount of files inside might be up to 10k. I wanted to add a password protection but found out that both ZypCrypto (...
norekhov's user avatar
  • 4,388
1 vote
0 answers
139 views

I am using SerureBlackBox and I need to decode text. In the function below, when I do: Crypto.Decrypt(@fDataBytes[0], Length(fDataBytes), @fDecryptedData[0], OutSize); it throws an error: Invalid ...
David Kovář's user avatar
0 votes
1 answer
70 views

I implemented the Symmetric encryption of access token using Android KeyStore, but where I must do encryption process Repository class where I receive data from Remote. View Model class after passing ...
Dnveeraj's user avatar
  • 138
0 votes
0 answers
60 views

I've developed a Python program that performs format-preserving encryption (FPE) for all data types, including numeric, alphanumeric, and alphabetic. It ensures that the data type (alpha or numeric) ...
Abdelouahed Abbad's user avatar
1 vote
2 answers
176 views

I'm symmetrically encrypting data using node.js code, that I'll decrypt using the openssl command in a bash script. I have encrypt/decrypt functions in both environments that work as expected, but ...
bartv's user avatar
  • 33
0 votes
0 answers
42 views

I'm new to encryption, so my question might seem basic. Despite reading multiple articles, I'm still unsure if I fully understand. I have an S3 bucket, bucket_a, which will be used by different AWS ...
pkd's user avatar
  • 553
1 vote
0 answers
86 views

I am using JsonApiDotNetCore, .NET Core, and EF Core on SQL Server and creating a REST project implementing the Json API standard. I have plenty of resources (models) but one of them has some fields ...
Alexander Notas's user avatar
0 votes
1 answer
524 views

How to do FPE (format preserving encryption) on a text like 'A123456' , if the encryption preserved the format I should get a string with a char than 6 digits , for example 'Z655432' , I used the ...
Abdelouahed Abbad's user avatar
1 vote
0 answers
123 views

I'm writing a simple encryption/encoding program using base64 and fernet, but when decrypting fernet keeps raising an Invalid Token error. Here is the code: from cryptography.fernet import Fernet ...
Tee Cheng Jun's user avatar
0 votes
1 answer
4k views

Need to set useSSL=true for mysql cloud connection for jdbc connect string but getting this error. SHA1withRSA has been restricted in our environment. How do I resolve this java.security.cert....
Jeetendra Nigam's user avatar
0 votes
0 answers
68 views

I have created a stream that takes a plaintext input stream, and it's read method will return cypertext based on the input stream; I've been reading that it is recommended to use the ...
Jeremy's user avatar
  • 46.8k
0 votes
0 answers
66 views

I'm learning how to use openssl and learn more about it. I wrote a very short line of codes which AES encrypts plaintext and display the output as ciphered text. I had no idea how to display its ...
yel1337's user avatar
  • 27
0 votes
0 answers
139 views

ENCRYPTBYPASSPHRASE in T-SQL takes a passphrase as a parameter. I'm wanting to encrypt some data in the same way outside of SQL server, in such a way as said data may be decrypted using the ...
Jayden's user avatar
  • 2,787

15 30 50 per page
1
2 3 4 5
51