Giter Club home page Giter Club logo

jni-encrypt's Introduction

跨平台加密库

介绍

为了帮助大家系统性的学习JNI技术,遂诞生了此项目;本项目使用JNI技术来实现对于底层加密算法的封装,增大黑客破解的技术难度,欢迎star或fork。

协议

请遵守此开源协议

JNI环境搭建

本文给出的是在IDEA中的配置,Tools > External Tools工具下,进行javah-jni配置,如下:

$JDKPath$/bin/javah.exe
-encoding UTF-8  -classpath . -jni -d $ModuleFileDir$/src/main/jni $FileClass$
$ModuleFileDir$\src\main\java

项目说明

keymanager

Java层,主要封装了常见的加密算法,以及相应的JNI接口。

crossplatformencryptutil

C++层,主要对上层JNI接口的实现。

JniEncryptUtil_Android

安卓相关测试demo。

贡献者

排名不分先后。

yrzx404znlover

后续

后面将会添加ios相关demo测试用例。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.