Skip to main content

Questions tagged [symmetric]

1 vote
0 answers
95 views

I'm imagining a Utopian world where the internet nowadays doesn't have as much overhead as the OSI layer. In this world, network engineers never make mistakes, such as using IPv4, which has been ...
Muhammad Ikhwan Perwira's user avatar
1 vote
1 answer
182 views

In BearSSL webpage it has been claimed that bearssl supports AES/GCM BearSSL currently implements AES/CBC, AES/GCM, AES/CCM and 3DES/CBC cipher suites. But I can not find any function in its GitHub ...
user1035648's user avatar
3 votes
1 answer
503 views

I'm working on a secure app that uses the user's master password to derive a symmetric key to encrypt all the user information. I want to add FaceId support now, and the approach I was thinking of was ...
Enric's user avatar
  • 133
1 vote
1 answer
355 views

Today it was time again to generate some new PGP key pairs that will be used for end-to-end-encrypted email. Now I'd like to know how exactly OpenPGP protects the private keys. What I have understood ...
Binarus's user avatar
  • 609
1 vote
2 answers
185 views

When A communicates with B using third party KDC: A issues a request to the KDC for a session key; the message includes the identity of A and B and a nonce, N1. KDC responds with a message encrypted ...
ralhanani's user avatar
1 vote
1 answer
641 views

The Signal Protocol, as many of you would know, is used by many applications such as WhatsApp and Signal. These corporations, I can vouch for, would definitely use the most secure protocol they could- ...
security_paranoid's user avatar