mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
feat: Switched from age to libsodium.
This means, fewer dependencies, a smaller binary, and more secure data. BREAKING CHANGE: The encryption format of databases has changed. Age encryption is no longer supported, and no automatic migration path was implemented.
This commit is contained in:
@@ -18,7 +18,8 @@ cmd_init :: proc(cmd: ^Command) {
|
||||
}
|
||||
|
||||
if len(keys) == 0 {
|
||||
fmt.println("No SSH private keys found in ~/.ssh")
|
||||
fmt.println("No ssh-ed25519 keys found in ~/.ssh")
|
||||
fmt.println("Generate one with: ssh-keygen -t ed25519")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user