<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>crypt on lim</title><link>https://yzlc.github.io/tags/crypt/</link><description>Recent content in crypt on lim</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 10 Apr 2026 08:55:10 +0800</lastBuildDate><atom:link href="https://yzlc.github.io/tags/crypt/index.xml" rel="self" type="application/rss+xml"/><item><title>crypt</title><link>https://yzlc.github.io/post/note/win/crypt/</link><pubDate>Fri, 10 Apr 2026 08:55:10 +0800</pubDate><guid>https://yzlc.github.io/post/note/win/crypt/</guid><description>git-crypt 1 2 3 4 scoop install git-crypt # 导出密钥 git-crypt export-key C:/Users/xxx/Downloads/gitCryptKey git仓库 1 2 3 4 5 6 7 8 git-crypt init # 创建规则文件：.gitattributes *.md filter=git-crypt diff=git-crypt *.html filter=git-crypt diff=git-crypt # 解锁 git-crypt unlock 密钥文件路径</description></item></channel></rss>