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

I have an Arabic text of length 1880 characters. It is from a religious book, and I suspect it may contain a hidden encrypted message, similar to the Atbash cipher used for the Torah. I only have one ...
Achrouf Abdenour's user avatar
Advice
2 votes
2 replies
36 views

I am trynna install the libarary charm-crypto in my VS code but it shows some errors when executing the command pip install charm-crypto-framework .... what are the other ways to we can do to resolve ...
YOUSSEF BAHIDA's user avatar
0 votes
2 answers
143 views

I need to prove that a specific file (e.g. a PDF contract or build artifact) existed at a certain point in time, in a way that is independently verifiable after anchoring, without requiring the ...
Jon247's user avatar
  • 9
Best practices
2 votes
4 replies
96 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
155 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
  • 83
2 votes
1 answer
148 views

I'm using the Argon2 functions from node:crypto module to hash passwords, but I can't find the argon2.verify() function equivalent that is in the argon2 npm module. import { argon2Sync } from 'node:...
Daniel De León's user avatar
1 vote
0 answers
59 views

I am working with Oracle Javacard simulator and its latest version 3.2 I have tried to generate EC Public Key pair and export EC Public key with ECPublicKey.getW() with the following code: // Create ...
OlivierM's user avatar
  • 3,352
0 votes
1 answer
134 views

I’m migrating from Node v18 to Node v22 and I noticed two major differences in behavior. Performance difference Node v18 (fast) const crypto = require('crypto'); const SECRET = 'SECRET-KEY-FOR-...
Santhosh J's user avatar
3 votes
1 answer
118 views

I'm working on HMAC-SHA256 signature validation in C# and ran into something strange. When I test my code against different online HMAC calculators, I get inconsistent results. My implementation ...
Davit's user avatar
  • 31
Advice
1 vote
3 replies
47 views

Let's say my platform / framework only allows me to use a single hash function ($toHashedIndexKey, for the reference, presumably truncated first 64-bits of standard 128-bit MD5 hash implementation). ...
SimpleV's user avatar
  • 447
1 vote
1 answer
167 views

I'm trying to use cryptopp to implement ECDSA signing used by Ethereum. But I couldn't get the result right. Here is a sample implementation using both cryptopp and libsecp25k1, where the latter ...
Yan's user avatar
  • 75
0 votes
1 answer
83 views

When creating an ECPrivateKey as below, where initaliseDomainParameters(ECKey ecKey) sets the elliptic curve parameters: public KeyPair keyPair = new KeyPair(KeyPair.ALG_EC_FP, KeyBuilder....
LozCodes's user avatar
  • 303
2 votes
1 answer
301 views

I am attempting to sign the OpenSAML response using Azure KeyVault but the default keyvault behaviour does not allow me to sign the payload because KeyVaultJcaProvider has ...
maheeka's user avatar
  • 2,073
Best practices
1 vote
5 replies
152 views

I tried use 6144 bits RSA key, but this has been taking so much time as around of 5 - 7 seconds to generate key pair, I think it's too long. On the other side, using keys with less length may become ...
humankind's user avatar
1 vote
0 answers
44 views

I'm building a route for my go (gin) server that generates a Data Encryption Key (DEK), following the principle of zero-trust (the backend never sees the plaintext). Right now, the client generates a ...
Alexxino's user avatar
  • 928

15 30 50 per page
1
2 3 4 5
1016