FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

Home Page:https://age-encryption.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disallow encrypting to ssh-rsa keys smaller than 2048 bits

FiloSottile opened this issue · comments

I think using the ssh-rsa support with small keys is the only non-plugin way to end up encrypting with a weak algorithm.

No reason we should allow that. I've updated the spec accordingly.

/cc @str4d