EzioisAwesome56 / Dankcord-crypto

because dealing with java's encryption on anything else actually sucks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dankcord Encryption toolkit

are you fucking sick and tired of having to try and cram java's weird-ass enryption keys into something that clearly isnt java?

Well so was I. I decided to just give up and write this library to make everything instantly easier. Its absolutely amazing!

Installation

Go to the releases tab on the right. Download the newest jar. Enjoy.

Usage

Java -jar dankcord-crypto.jar boolean base64-data base64-key
boolean: mode selection. True for encrypt. False for decrypt
base64-data: data you wish to encrypt/decrypt in base64
base64-key: java public/private encoded key, encoded in base64

About

because dealing with java's encryption on anything else actually sucks


Languages

Language:Java 100.0%