惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
爱范儿
爱范儿
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
IT之家
IT之家
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
G
Google Developers Blog
V
V2EX
雷峰网
雷峰网
美团技术团队
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
J
Java Code Geeks

Mox的笔记库

2026PPoPP MLIR Tutorial学习 | Mox的笔记库 MacOS配置《明日方舟:终末地》 | Mox的笔记库 2025:向内生长 | Mox的笔记库 由mlir::ExecutionEngine引发的跨系统问题 | Mox的笔记库 WSL2配置Cuda-Tile环境记录(未完待续) | Mox的笔记库 Vibe Coding手搓项目记录 | Mox的笔记库 给Debian上包——以DuckDB为例 | Mox的笔记库 UCPD.sys事件存档 | Mox的笔记库 换新电脑之Mac mini M4从购买到配置 | Mox的笔记库 Mac配置MLX-C开发环境 | Mox的笔记库 RISC-V meets RDBMS——RISC-V架构上可运行数据库一览 | Mox的笔记库 DuckDB Sort实现调查 | Mox的笔记库 修复Redis在树莓派5上无法运行的问题 | Mox的笔记库 如何在MLIR中自定义类型并且输出运行 | Mox的笔记库 网站网络结构变更记录 | Mox的笔记库 EDBT25论文阅读:PhoebeDB——A Disk-Based RDBMS Kernel for High-Performance and Cost-Effective OLTP SIGMOD25论文阅读:BPF-DB:——A Kernel-Embedded Transactional Database Management System For eBPF Applications Apache Arrow Gandiva项目解析 | Mox的笔记库 VLDB24论文阅读:Cloud-Native Database Systems and Unikernels——Reimagining OS Abstractions for Modern Hardware NoisePage源码分析(未完待续) | Mox的笔记库 VLDB20论文阅读:Mainlining Databases——Supporting Fast Transactional Workloads on Universal Columnar Data File Formats VLDB17论文阅读:Relaxed Operator Fusion for In-Memory Databases:Making Compilation, Vectorization, and Prefetching Work Together At Last 论文阅读:How not to structure your database-backed web applications——a study of performance bugs in the wild SIGMOD24阅读:ROME——Robust Query Optimization via Parallel Multi-Plan Execution 文章阅读:First Past the Post-Evaluating Query Optimization in MongoDB SIGMOD文章阅读:Apache Calcite——A Foundational Framework for Optimized Query Processing Over Heterogeneous Data Sources VLDB23论文阅读:Analyzing the Impact of Cardinality Estimation on Execution Plans in Microsoft SQL Server SIGMOD22论文阅读:Efficient Massively Parallel Join Optimization for Large Queries VLDB论文阅读:Weaving Relations for Cache Performance VLDB22论文阅读:ConnectorX——Accelerating Data Loading From Databases to Dataframes
在Android(Termux)上使用GnuPG | Mox的笔记库
MocusEZ · 2020-01-22 · via Mox的笔记库

再也不用担心你的文件会被莫名其妙给抄水表了   (「・ω・)「

准备

所有命令

会显示出全部命令:

Commands:

-s, --sign make a signature

--clear-sign make a clear text signature

-b, --detach-sign make a detached signature

-e, --encrypt encrypt data

-c, --symmetric encryption only with symmetric cipher

-d, --decrypt decrypt data (default)

--verify verify a signature

-k, --list-keys list keys

--list-signatures list keys and signatures

--check-signatures list and check key signatures

--fingerprint list keys and fingerprints

-K, --list-secret-keys list secret keys

--generate-key generate a new key pair

--quick-generate-key quickly generate a new key pair

--quick-add-uid quickly add a new user-id

--quick-revoke-uid quickly revoke a user-id

--quick-set-expire quickly set a new expiration date

--full-generate-key full featured key pair generation

--generate-revocation generate a revocation certificate

--delete-keys remove keys from the public keyring

--delete-secret-keys remove keys from the secret keyring

--quick-sign-key quickly sign a key

--quick-lsign-key quickly sign a key locally

--sign-key sign a key

--lsign-key sign a key locally

--edit-key sign or edit a key

--change-passphrase change a passphrase

--export export keys

--send-keys export keys to a keyserver

--receive-keys import keys from a keyserver

--search-keys search for keys on a keyserver

--refresh-keys update all keys from a keyserver

--import import/merge keys

--update-trustdb update the trust database

--print-md print message digests

--server run in server mode

--tofu-policy VALUE set the TOFU policy for a key

相信大家应该用不到那么多

常用命令

生成密钥

gpg --gen-key

gpg --full-gen-key (个人喜欢)

列出密钥

可供参考的资料

http://www.linuxidc.com/Linux/2015-02/113014.htm (推荐) https://blog.csdn.net/xingzouagain/article/details/52511129

总结

GnuPG原本是有一个安卓版本的(保护者计划,具体可以去GnuPG官网看一下),但已经3到4年没有更新过。希望这篇blog对需要的人有帮助 GnuPG在Windows上有GUI版本(gpg4win),如果你只想做一个懒惰的小白的话,可以用那个


avatar

探索未曾设想的道路