可以考虑将poc加密后再硬编码到template.go中 #95
lovelyjuice
started this conversation in
Ideas
Replies: 1 comment
-
是个好主意, 其实gogo曾经提供过类似的功能, 现在还保留了一个不在文档中的flag |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
生成模板的时候使用对称密钥加密。
使用的时候需要加
--tpl-key xxxxxx
的参数作为解密密钥,或者从文件、url中获取密钥,之后gogo在内存中解密模板内容有以下两个好处:
Beta Was this translation helpful? Give feedback.
All reactions