Categorygithub.com/liuyuhe666/go-file-xor
modulepackage
0.0.0-20241107084536-f63e87bc1465
Repository: https://github.com/liuyuhe666/go-file-xor.git
Documentation: pkg.go.dev

# README

go-file-xor

Typing SVG

GitHub watchers GitHub stars GitHub forks

GitHub top language GitHub GitHub open issues GitHub closed issues GitHub last commit GitHub repo size

报告 Bug · 提出新特性

使用说明

  1. 设置环境变量 XOR_SECRET

PowerShell:

$env:XOR_SECRET="YOUR_XOR_SECRET"

Bash:

export XOR_SECRET="YOUR_XOR_SECRET"
  1. 下载 go-file-xor

如果已经配置好 Go 语言开发环境,可以直接使用 go install 命令来安装

go install github.com/liuyuhe666/go-file-xor@latest

如果没有配置 Go 语言开发环境,可以在 Release 页面下载对应操作系统的可执行文件

  1. 在命令行中运行 go-file-xor
go file xor

Usage:
  go-file-xor <filename> [flags]

Flags:
  -h, --help   help for go-file-xor

XOR 加密:

go-file-xor test.txt

XOR 解密:

go-file-xor test.txt.xor

作者

版权说明

GPL-3.0 license ,详情请参阅 LICENSE

鸣谢

# Packages

No description provided by the author