What is the maximum practical limit for secret storage in the human brain?

I understand this question is more for a psychologist or a linguist to answer, but I’d imagine having a thread on the security section of stackexchange for known password entropies practically used could be itself useful.
At least from per… Continue reading What is the maximum practical limit for secret storage in the human brain?

How secure is Identity-Based Encryption and certificateless cryptography?

The above two standards encryption schemes are used to encrypt the messages in different applications. In both cases, a trusted third party is used to create a whole encryption environment, which is a key generation center (shortened KGC)…. Continue reading How secure is Identity-Based Encryption and certificateless cryptography?

GnuPG now uses ECC 25519 as default on new key generation – any compatibility issues to worry about?

TL;DR: I’m assuming that if GnuPG made it a default then it should be what we use, but it used "bad" defaults in the past so I’m wondering if there are any tradeoffs to this? More specifically: is ECC 25519 sufficiently adopted … Continue reading GnuPG now uses ECC 25519 as default on new key generation – any compatibility issues to worry about?

How to securely encrypt shared data for a dynamic amount of users?

Example:

Bob uploads a file to my custom file server locked with a password, which then the file server generates a link for him to share

Bob wants to be able to share this data to anyone that has this link
Bob doesn’t want anyone but t… Continue reading How to securely encrypt shared data for a dynamic amount of users?

Deriving digital signature key pair deterministically from an arbitrary secret

Is there a scheme that let people derive public/private key pair from arbitrary secrets?
As you may know, digital signature schemes have versatile use cases. The problem is, the key pair handling is too difficult for end-users. On the othe… Continue reading Deriving digital signature key pair deterministically from an arbitrary secret