Jenner La Fave

Results 2 comments of Jenner La Fave

This can be fixed with a monkeypatch in `config.rb`. ```ruby module OpenSSLFixDeprecatedKeyDerivation def options super + ' -pbkdf2' end end require 'backup/encryptor/open_ssl' Backup::Encryptor::OpenSSL.prepend(OpenSSLFixDeprecatedKeyDerivation) ``` OpenSSL 1.1.1+ or LibreSSL 2.9.1+ will...

I'm a lazy bastard so I never got around to making this into an npm package. I'll probably do that this weekend. In the meantime, you can add the script's...