Ever wanted to hardcode secrets into your Go project like a total maniac? Well, now you can! nanana
lets you:
-
✅ Encrypt your secrets and store them in your code like a reckless genius.
-
✅ Decrypt at runtime—just type the password when prompted.
-
✅ (Optional) Auto-decrypt if the password was entered once (because convenience > security). The decryption password is stored in an environment variable (subshell), in
~/.nanana
or[cwd]/.nanana
.
go get github.com/niespodd/nanana
wip