str4d / rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org/v1
Apache License 2.0
2.69k stars 104 forks source link

age: Consider removing `Decryptor::is_scrypt` #510

Closed str4d closed 3 weeks ago

str4d commented 3 months ago

I added this in #507 as part of the long-overdue refactor, but subsequent refactors might make it unnecessary. If that becomes the case, I don't want to leave it as an addition to the public API.

str4d commented 3 weeks ago

I've decided to leave this in for now; I can always remove it later.