Next Crypto Engine (NCE) The next crypto engine will push the limits of the modern cipher algorithms
Go to file
JohnE 95b82901f9 FIX: removed assests and string references from the library, making it more generic 2019-05-14 12:21:42 -07:00
dist NEW: updated the build to publish to local maven repo for flutter purposes, updated docs because I confused myself..arrg 2019-05-13 11:48:53 -07:00
docs MOD: moved docs not related to this specific project outtaaahereee 2019-05-12 17:07:48 -07:00
gradle/wrapper MOD: added new crypto wrapper files, builds, time to test 2019-03-06 13:20:37 -08:00
nc-jni FIX: removed assests and string references from the library, making it more generic 2019-05-14 12:21:42 -07:00
tls_mbed-jni MOD: re-org to dedicate this repo to ndk compiling and jni/java code, generates .aar files for library distribution 2019-02-20 20:31:56 -08:00
tls_mbed-lib MOD: re-org to dedicate this repo to ndk compiling and jni/java code, generates .aar files for library distribution 2019-02-20 20:31:56 -08:00
wolfssl-jni FIX: removed assests and string references from the library, making it more generic 2019-05-14 12:21:42 -07:00
wolfssl-lib NEW: totally updated the cFlags now supports more ciphers and key gen 2019-03-01 20:59:14 -08:00
.gitignore WIP: merging wolfssl-lib into this working wolfssl-jni branch 2019-02-07 18:22:02 -08:00
CHANGELOG.rst NEW: build successful with the latest tools, NDK 18, android build tools 28.0.3 2018-10-22 17:32:28 -07:00
README MOD: moved docs not related to this specific project outtaaahereee 2019-05-12 17:07:48 -07:00
README_DEV.rst NEW: updated the build to publish to local maven repo for flutter purposes, updated docs because I confused myself..arrg 2019-05-13 11:48:53 -07:00
build.gradle NEW: updated the build to publish to local maven repo for flutter purposes, updated docs because I confused myself..arrg 2019-05-13 11:48:53 -07:00
build.properties init commit 2017-01-18 18:01:28 -08:00
gradle.properties init commit 2017-01-18 18:01:28 -08:00
gradlew MOD: added new crypto wrapper files, builds, time to test 2019-03-06 13:20:37 -08:00
gradlew.bat MOD: added new crypto wrapper files, builds, time to test 2019-03-06 13:20:37 -08:00
init.sh MOD: trying to get the library (wolfssl-jni.aar, wolfssl-lib.aar) to work with test application 2019-02-18 22:36:51 -08:00
local.properties MOD: decided to add local.properties because i'm tired of the compile error when it is missing, also cleaned docs 2019-02-10 16:25:43 -08:00
settings.gradle NEW: updated the build to publish to local maven repo for flutter purposes, updated docs because I confused myself..arrg 2019-05-13 11:48:53 -07:00

README

=========================
Copius Cipher Chain (CCC)
=========================


Next Crypto Engine (NCE)
========================

They say "don't roll your own crypto".
Well fsck those arogant guys!! lolz ;)
Crack this, Nu Sigma Alpha


Features
--------
- uses gradle to build native files
- uses NEW CMake  (CMake Android plugin)
- AEAD crypto support
- NO LEGACY. removes legacy crypto support
- uses WolfSSL crypto engine
  - FIPS-140 ver available
- Quantum-Computing safe crypto
  - super-fast NTRU algorithm


Why
---

* Crypto Providers in Java SUCK
  - bouncy castle (various version ship)
  - spongy castle
  - GCM not available
  - java export garbage