feat: tiny encrypt

This commit is contained in:
2021-04-12 00:21:23 +08:00
parent 729827d7ee
commit b18e46c406
11 changed files with 381 additions and 52 deletions

22
build.json Normal file
View File

@@ -0,0 +1,22 @@
{
"project": {
"name": "tiny-encrypt-java",
"main": "me.hatter.tools.tinyencrypt.TinyEncryptMain",
"archiveName": "tiny-encrypt"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0",
"org.bouncycastle:bcall-jdk15on:1.60"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}