Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

πŸ”‘ Utilities for generating, parsing, and verifying keys for Revenge plugins

License

Notifications You must be signed in to change notification settings

revenge-mod/revenge-keyutil

Repository files navigation

Revenge Key Utilities

Revenge keys are used to sign and verify data. It is very much inspired by GPG, but has less features and a different file format.

Specification

Why not GPG?

GPG is great, but there aren't any known GPG/PGP libraries that work under React Native without any native code. Our format is also much simpler meaning it's easier to implement and adds less size to our JS bundle.

Using the CLI

  1. Install Bun

  2. Install the package

    bun install https://github.com/revenge-mod/revenge-keyutil
  3. Run the CLI

    revenge-keyutil

Example

Check the example directory.

Licence

This project is licensed under the MIT Licence.

About

πŸ”‘ Utilities for generating, parsing, and verifying keys for Revenge plugins

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published