Skip to main content

Questions tagged [symmetric]

Symmetric cryptosystems assume two communicating entities share a pre-established secret key.

Filter by
Sorted by
Tagged with
1 vote
1 answer
272 views

I have developed a program that ciphers data. Target audiences are groups of non-tech savvy activists, not able or not willing to use programs such as Kleopatra or Veracrypt, that need to protect ...
Gilare's user avatar
  • 15
2 votes
1 answer
232 views

In a system where 2 sides have exchanged each others' public keys (in encrypted form by using a very short-lived ephemeral private/public key pair generated just for that purpose) and computed a ...
Kevin Stefanov's user avatar
3 votes
3 answers
426 views

Using the AES algorithm in CBC mode, my goal is to transfer some encrypted JSON data with known keys (that means that roughly 40% to 60% of the plaintext data might be known by the attacker including ...
reza0310's user avatar
1 vote
0 answers
73 views

I am investigating the security implications when an attacker has simultaneous access to both encryption and decryption oracles for a symmetric encryption algorithm. Specifically, by "...
user140399's user avatar
4 votes
2 answers
123 views

Intuitively, IND-CPA security should imply key recovery security (KR-CPA) for a symmetric encryption scheme $\Sigma$. Indeed, showing this is often given as a homework in various textbooks, such as ...
hakoja's user avatar
  • 2,817
5 votes
2 answers
742 views

Using a sealed_box type construct (eg. tool like age[1]) with non-hybrid ECC. Payload is encrypted to some recipient ECC public key. In this scenario, the recipient public key remains secret. Having ...
Caliph's user avatar
  • 53
1 vote
1 answer
159 views

I maintain messaging system which uses mysql RDBMS and have table with messages: ...
Onyn's user avatar
  • 13
1 vote
1 answer
269 views

NIST SP 800-232 standardizes the AEAD scheme Ascon-AEAD128, whose primary target is to provide efficient cryptographic solutions for resource-constrained devices. However, in some high-performance ...
Zachary's user avatar
  • 331
1 vote
1 answer
138 views

My understanding is that we can formally prove that PRGs can generate a polynomial length pseudorandom expansion of the seed. But don't the FSRs with non linear feedback like Trivium claim to generate ...
Zoey's user avatar
  • 273
2 votes
2 answers
240 views

What is the exact application or True Randomness in Cryptography, either symmetric or public key? It is well known that the symmetric keys of encryption algorithms are supposed to be chosen randomly ...
Viren Sule's user avatar
1 vote
0 answers
84 views

For RLWE-based FHE scheme, we always use asymmetric encryption. Why are symmetric variants predominantly not employed in RLWE-based homomorphic encryption schemes?
max_herman's user avatar
0 votes
2 answers
250 views

Is a constructed language that has its own unique grammar (not merely copycatting English or Spanish or what have you) and its own unique vocabulary (not merely borrowing from one or several existing ...
Stalin's user avatar
  • 11
1 vote
1 answer
148 views

SM4 is an unbalanced Feistel structure that takes a 128-bit plaintext and a 128-bit key as input and produces a 128-bit ciphertext as output. It consists of 32 rounds. In each round, only 32 bits are ...
preethi's user avatar
  • 863
1 vote
1 answer
184 views

this is my first question on the Cryptography Stack Exchange. I’ve been developing a custom keystream generator and stream cipher inspired by ChaCha20 and Salsa20. As part of the evaluation process, I’...
Yberagm's user avatar
  • 11
2 votes
1 answer
210 views

I have been trying to find a more modern solution for my encrypted files on cold storage. I have been using Gnupg for symmetric encryption but, as parallel computing with GPUs become ubiquitous, its ...
Mephisto's user avatar
  • 192

15 30 50 per page
1
2 3 4 5
61