Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Eris — Desktop PGP workstation | Kitploit
工具/GitHubGitHub/sibexico/eris
General Purpose UtilitiesEncryption/Decryption ToolsCryptographyPrivacyAuthentication
GitHubsibexico/eris

Eris

Desktop PGP workstation

查看仓库
781天前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站
内容在请求的语言中不可用。显示英文版本。

Windows Linux

Go Version Support Me

Tests passed Tests coverage

Eris

Eris

Eris is a desktop PGP workstation written in Go with Fyne. It stores keys in an encrypted vault and gives you a clean UI for signing, encryption, decryption, and verification.

Features

  • Encrypted local vault for stored keys
  • Generate your own key pairs
  • Import and manage contact public keys
  • Encrypt and sign messages
  • Decrypt and verify incoming messages
  • Dedicated sign-only and verify-only modes
  • Settings tab for switching vaults and changing vault passphrase

Install

Windows (Winget)

Install from WinGet with:

root@kitploit:~
winget install sibexico.Eris

If you already have Eris installed and want the latest published release:

root@kitploit:~
winget upgrade sibexico.Eris

Debian/Ubuntu (.deb from Release)

  1. Open the latest Release page and download the .deb file from Assets.
  2. Install it with:
root@kitploit:~
sudo apt install ./eris_<version>_linux_<arch>.deb

Example:

root@kitploit:~
sudo apt install ./eris_1.2.3_linux_x86_64.deb

If your distribution prefers dpkg first:

root@kitploit:~
sudo dpkg -i eris_<version>_linux_<arch>.deb
sudo apt -f install

Build

Build from source if you want a local binary:

Windows:

root@kitploit:~
go build -ldflags "-H=windowsgui" -o eris.exe .

Linux:

root@kitploit:~
go build -o eris .

Run

  • Windows: ./eris.exe
  • Linux: ./eris

Screenshots

Eris

Eris

下载工具