Skip to content

🔑 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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