Skip to content

Instantly share code, notes, and snippets.

@zh4n7wm
Created March 21, 2025 04:00
Show Gist options
  • Save zh4n7wm/f13f4b69bd5624d97a594715b9ca3627 to your computer and use it in GitHub Desktop.
Save zh4n7wm/f13f4b69bd5624d97a594715b9ca3627 to your computer and use it in GitHub Desktop.
age tips

今天需要通过 IM (微信等)给其他人发消息,但又不希望 IM 公司拿到数据。

如果是程序员的话,直接用下面的命令:

加密后发送:

curl https://github.com/{username}.keys| age -R - config.dev.yaml > config.dev.yaml.age

对方拿到解密:

age -d -i ~/.ssh/id_ed25519 config.dev.yaml.age

age项目:https://github.com/FiloSottile/age

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment