All Projects → pojntfx → keygaen

pojntfx / keygaen

Licence: AGPL-3.0 license
Sign, verify, encrypt and decrypt data with PGP in your browser.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to keygaen

secretman
Managing secrets with Yubikey
Stars: ✭ 17 (-78.21%)
Mutual labels:  pgp, gpg
Trezor Agent
Hardware-based SSH/PGP agent
Stars: ✭ 400 (+412.82%)
Mutual labels:  pgp, gpg
interesting-keys
Interesting collected (leaked) encryption/decryption keys
Stars: ✭ 33 (-57.69%)
Mutual labels:  pgp, gpg
pgpverify-maven-plugin
Verify Open PGP / GPG signatures plugin
Stars: ✭ 42 (-46.15%)
Mutual labels:  pgp, gpg
openpgpkey-control
OpenPGP keys published on your website (WKD)
Stars: ✭ 36 (-53.85%)
Mutual labels:  pgp, gpg
pgpainless
Simple to use OpenPGP API based on Bouncy Castle
Stars: ✭ 73 (-6.41%)
Mutual labels:  pgp, gpg
Magicpad
MagicPad is an encryption suite for beginners. It is designed to be run standalone via the browser or executable (Electron).
Stars: ✭ 174 (+123.08%)
Mutual labels:  pgp, gpg
wp-pgp-encrypted-emails
🔐 📧 Encrypts WordPress emails using OpenPGP or S/MIME with a familiar API.
Stars: ✭ 35 (-55.13%)
Mutual labels:  pgp, gpg
SplitShare
Shamir's Secret Sharing Algorithm implementation in golang combined with PGP and a mail delivery system
Stars: ✭ 31 (-60.26%)
Mutual labels:  pgp, gpg
Pius
PGP Individual User Signer
Stars: ✭ 77 (-1.28%)
Mutual labels:  pgp, gpg
rune
tool to query for tokens and passwords for use as environment variables
Stars: ✭ 13 (-83.33%)
Mutual labels:  pgp, gpg
Cli
share secrets within teams to avoid plain-text secrets from day one
Stars: ✭ 138 (+76.92%)
Mutual labels:  pgp, gpg
keylist-rfc
🔏 turning the system behind GPG Sync into an Internet standard
Stars: ✭ 15 (-80.77%)
Mutual labels:  pgp, gpg
piv-agent
An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey).
Stars: ✭ 31 (-60.26%)
Mutual labels:  pgp, gpg
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
Stars: ✭ 28 (-64.1%)
Mutual labels:  pgp, gpg
Gpgsync
🔒 GPG Sync is designed to let users always have up-to-date public keys for other members of their organization
Stars: ✭ 301 (+285.9%)
Mutual labels:  pgp, gpg
Minisign
A dead simple tool to sign files and verify digital signatures.
Stars: ✭ 1,105 (+1316.67%)
Mutual labels:  pgp, gpg
Zeyple
Postfix filter/hook to automatically encrypt outgoing emails with PGP/GPG
Stars: ✭ 122 (+56.41%)
Mutual labels:  pgp, gpg
Bouncy Gpg
Make using Bouncy Castle with OpenPGP fun again!
Stars: ✭ 164 (+110.26%)
Mutual labels:  pgp, gpg
generate-secure-pillar
Salt Secure Pillar Tool
Stars: ✭ 30 (-61.54%)
Mutual labels:  pgp

keygaen

Logo

Sign, verify, encrypt and decrypt data with PGP in your browser.

⚠️ keygaen has not yet been audited! While we try to make keygaen as secure as possible, it has not yet undergone a formal security audit by a third party. Please keep this in mind if you use it for security-critical applications. ⚠️

hydrun CI Go Version Go Reference Matrix Binary Downloads

Overview

keygaen is an app to work with PGP without having to install anything on your local system.

Installation

The web app is available on GitHub releases in the form of a static .tar.gz archive; to deploy it, simply upload it to a CDN or copy it to a web server. For most users, this shouldn't be necessary though; thanks to @maxence-charriere's go-app package, keygaen is a progressive web app. By simply visiting the public deployment once, it will be available for offline use whenever you need it:

Screenshots

Click on an image to see a larger version.

Screenshot of the empty start screen Screenshot of the key creation modal Screenshot of the key import modal Screenshot of the key list Screenshot of the encrypt/sign modal Screenshot of the viewing the cypher Screenshot of the downloading the cypher Screenshot of the decrypt/verify modal Screenshot of the viewing the plaintext Screenshot of the downloading the plaintext Screenshot of the export key modal

Acknowledgements

To all the rest of the authors who worked on the dependencies used: Thanks a lot!

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build and start a development version of keygaen locally, run the following:

$ git clone https://github.com/pojntfx/keygaen.git
$ cd keygaen
$ make run

Have any questions or need help? Chat with us on Matrix!

License

keygaen (c) 2022 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].