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.
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.
-
Install Bun
-
Install the package
bun install https://github.com/revenge-mod/revenge-keyutil
-
Run the CLI
revenge-keyutil
Check the example directory.
This project is licensed under the MIT Licence.