31 lines
518 B
ReStructuredText
31 lines
518 B
ReStructuredText
===============
|
|
Weekly Progress
|
|
===============
|
|
|
|
|
|
WORKING
|
|
=======
|
|
* create flutter plugin for android
|
|
* NC: add more JNI crypto features: CHACHA, Etc...
|
|
|
|
|
|
|
|
ISSUES
|
|
======
|
|
|
|
|
|
|
|
|
|
NOTES
|
|
=====
|
|
|
|
|
|
"Next Crypto"
|
|
* provides a wrapper around MULTIPLE cipher libraries (WolfSSL, TLSmbed, PolarSSL)
|
|
* allows for custom personal modified ciphers
|
|
|
|
"Copius Cipher Chain"
|
|
* will chain multiple ciphers by interations or time, using a deterministic pattern derived from a combination "54321"
|
|
* last iteration should be a custom cipher
|
|
|