All Projects → panxw → Android Aes Jni

panxw / Android Aes Jni

Android AES sample for JNI&Java.

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Android Aes Jni

Aesjniencrypt
Make safest code in Android. (基于libsodium实现加解密,key在native中,防止被二次打包){长期维护,请star,勿fork}
Stars: ✭ 840 (+784.21%)
Mutual labels:  aes
Oss.common
oss基础类库,主要涉及基础实体,加密算法,xml序列化,以及其他扩展方法等
Stars: ✭ 56 (-41.05%)
Mutual labels:  aes
Encryptlab
A Free and Comprehensive Encrypt and Decrypt Tools Website with example code in Node.js, Website is looking for a new server.
Stars: ✭ 69 (-27.37%)
Mutual labels:  aes
Qml Snippet
some qml snippet.
Stars: ✭ 9 (-90.53%)
Mutual labels:  aes
Mirage Crypto
Cryptographic primitives for MirageOS
Stars: ✭ 39 (-58.95%)
Mutual labels:  aes
Nabhash
An extremely fast Non-crypto-safe AES Based Hash algorithm for Big Data
Stars: ✭ 62 (-34.74%)
Mutual labels:  aes
Siv Mode
RFC 5297 SIV mode of operation in Java
Stars: ✭ 22 (-76.84%)
Mutual labels:  aes
Encryptor4j
Strong encryption for Java simplified
Stars: ✭ 92 (-3.16%)
Mutual labels:  aes
Cryptojs.swift
Cross-platform cryptographic functions in swift
Stars: ✭ 42 (-55.79%)
Mutual labels:  aes
Cryptoswift
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
Stars: ✭ 8,846 (+9211.58%)
Mutual labels:  aes
Hat.sh
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
Stars: ✭ 886 (+832.63%)
Mutual labels:  aes
Judger
自动作文评分工具,支持中文、英文作文智能评分,支持评分模型自训练,支持WEKA处理模型数据,支持自定义评分算法。java开发。
Stars: ✭ 37 (-61.05%)
Mutual labels:  aes
Low Latency Android Ios Linux Windows Tvos Macos Interactive Audio Platform
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
Stars: ✭ 1,121 (+1080%)
Mutual labels:  aes
Blog Src
Personal blog source.
Stars: ✭ 7 (-92.63%)
Mutual labels:  aes
Js Ethereum Cryptography
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Stars: ✭ 83 (-12.63%)
Mutual labels:  aes
Aes
AES-128 hardware implementation
Stars: ✭ 25 (-73.68%)
Mutual labels:  aes
Aes Js
A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.
Stars: ✭ 1,110 (+1068.42%)
Mutual labels:  aes
Lockbox
Encrypted storage with built-in key management facilities
Stars: ✭ 94 (-1.05%)
Mutual labels:  aes
Hybrid Crypto Js
RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.
Stars: ✭ 87 (-8.42%)
Mutual labels:  aes
Crypto Es
A cryptography algorithms library
Stars: ✭ 65 (-31.58%)
Mutual labels:  aes

android-aes-jni

1.下载

    git clone https://github.com/panxw/android-aes-jni.git

2.编译

    cd android-aes-jni
    ndk-build clean
    ndk-build

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].