close
Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
159 views

I want this encryptor to return the same value for the same input. It makes sense for card numbers. Otherwise, you wouldn't be able to enforce the UNIQUE constraint (and would lose the ability to ...
Sergey Zolotarev's user avatar
0 votes
0 answers
116 views

I'm trying to perform AES-GCM encryption using PKCS11Interop v5 against an HSM, but C_EncryptInit fails with: Method C_EncryptInit returned CKR_MECHANISM_PARAM_INVALID I've tested with multiple ivBit ...
user3869349's user avatar
0 votes
0 answers
82 views

Delphi 10.2.3 Windows 10 with all current updates I am suddenly getting this exception in Unit Data.DBXEncryption function TPC1Cypher.Code(const I: Integer): Integer; Overflow occurs in the line below ...
CoryB's user avatar
  • 19
-6 votes
1 answer
145 views

I found this technical test, but i cannot solve, the original one is in spanish The problem is to find the last sentence displayed by a robot before it stopped working. The robot broke down a few days ...
fsalazar_sch's user avatar
0 votes
0 answers
170 views

I recently started a new Android app project using Kotlin and Jetpack Compose. I added code to setup the Room database, so I can store data locally with the app. I now have a need to encrypt the data ...
user32505555's user avatar
Tooling
3 votes
3 replies
185 views

I’m trying to unlock a password-protected PDF entirely in the browser using JavaScript (no server). What I’ve tried: pdf-lib PDFDocument.load(bytes, { password }) → throws “Input document is ...
Sariful's user avatar
  • 2,917
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
Advice
0 votes
5 replies
103 views

i am seeking for advice for opening video files which were supposed to directly auto run from a pen drive but did not run due to some issue from the provider. the files are school subject video ...
sqlchild's user avatar
  • 9,156
Best practices
2 votes
4 replies
103 views

I have implemented AES-GCM encryption for sensitive database columns (e.g., SSN). I wrote a Prisma middleware that: Encrypts sensitive fields before write operations (create/update). Decrypts ...
Jamshaid Tariq's user avatar
4 votes
1 answer
164 views

I have a Go function for encrypting data in parallel using AES-GCM: func encryptParallel(ctx context.Context, aead cipher.AEAD, w io.Writer, r io.Reader, workers uint64) error The design is: One ...
Onyz's user avatar
  • 82
Advice
0 votes
1 replies
87 views

To start, here is an example: When a messenger app wants you to share your contact information, they assign you a random 4-6 word combination (e.g. TIGER-TRUCK-FIRES-GHOST-TILES) that acts as a human ...
jakeprime's user avatar
-1 votes
1 answer
109 views

In a Blazor WASM project I want to use Blazor.SubtleCrypto in a non-component related class. In a component class I need to use @inject ICryptoService Crypto which works fine but that does not work in ...
VinceB's user avatar
  • 35
Advice
0 votes
1 replies
86 views

I have an email microservice that I created. I have a platform deployed for multiple tenants. Example; clienta.platform.com, clientb.platform.com etc etc. Now I want to secure the email micro-service ...
ShoebIlyas's user avatar
1 vote
0 answers
156 views

I'm trying to implement data encryption and decryption using Cipher. This is my code: class CryptographyManagerImpl : CryptographyManager { private val KEY_SIZE_BITS: Int = 256 private val ...
Carlos Pérez's user avatar
0 votes
1 answer
187 views

My project requires several storefront network requests to be encrypted and sent over, so thats its not interpreted by any outsider and pose a threat to the system or user. Typically sensitive or ...
techloris_109's user avatar

15 30 50 per page
1
2 3 4 5
2475