Skip to content

🔑 Service for storing public keys of users for various purposes such as message signature verification, encrypting information for a specific user, storing cryptocurrency wallet addresses, and simplifying key exchanges between devices. The service also supports post-quantum cryptographic algorithms for future-proofing.

License

Notifications You must be signed in to change notification settings

tanukibox/tanukeys

Repository files navigation

🐻 Tanukeys

Service for storing public keys of users for various purposes such as message signature verification, encrypting information for a specific user, storing cryptocurrency wallet addresses, and simplifying key exchanges between devices. The service also supports post-quantum cryptographic algorithms for future-proofing.

Features

  • Public Key Storage: Store public keys associated with individual users or devices.
  • Message Signature Verification: Retrieve stored public keys to verify signed messages.
  • Data Encryption: Use the stored public keys to encrypt data intended for a specific user.
  • Cryptocurrency Wallets: Manage public keys for various cryptocurrency wallets.
  • Key Exchange Simplification: Facilitate easy public key exchange between devices.
  • Post-Quantum Cryptography Support: Includes the ability to store keys for post-quantum algorithms, ensuring long-term security.

Technology Stack

  • Backend: Developed using Rust.
  • Database: PostgreSQL for persisting public keys and user information.

License

This project is licensed under the GNU Affero General Public License (AGPL) v3.0. This license ensures that any modifications to the software, whether used privately or publicly, must be shared under the same license. For full details, refer to the LICENSE file or visit https://www.gnu.org/licenses/agpl-3.0.html.

About

🔑 Service for storing public keys of users for various purposes such as message signature verification, encrypting information for a specific user, storing cryptocurrency wallet addresses, and simplifying key exchanges between devices. The service also supports post-quantum cryptographic algorithms for future-proofing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages