154 Commits

Author SHA1 Message Date
8cd192c6b0 Add native examples 2021-12-28 18:20:06 +01:00
41b59b2b93 Investigate in slow data transferts 2021-12-28 17:10:18 +01:00
3381ff67b9 Add new public api and example 2021-12-28 16:03:50 +01:00
c01e0a12ba Add android implementation 2021-12-28 16:03:07 +01:00
9b66f2044a Update license, and readme 2021-12-28 16:02:55 +01:00
9e0d921564 Switch to Federated Plugin layout 2021-12-27 21:13:26 +01:00
9790be4a5c Update readme v0.0.6 2021-05-08 20:21:43 +02:00
be3ed99379 Update exemple app 2021-05-08 20:11:45 +02:00
871e3b74ed Add RSA keys generation 2021-05-08 20:11:28 +02:00
36e942f41e Rework key size 2021-05-08 20:10:49 +02:00
9160338e7a Remove some AES modes 2021-05-08 20:10:19 +02:00
501e5bcf08 Remove old API 2021-02-16 22:08:40 +01:00
9daa2f129e Update pubspec, changelog and license 2021-02-16 22:08:29 +01:00
8a40df7543 Add csv log in benchmark page + new sizes 2021-02-16 21:48:45 +01:00
189d31cf02 Fix cipher page example with the new cipherText class 2021-02-16 21:47:53 +01:00
d6f398af40 Change some outputs 2021-02-16 21:42:06 +01:00
5da95a0c39 Fix OutOfMemoryError on large files 2021-02-16 21:41:30 +01:00
4d0dd7e5e3 Fix readme v0.0.5 2020-12-20 22:21:24 +01:00
e32c54d685 Update example app with full tests 2020-12-20 22:20:22 +01:00
a77ef8df00 Fix digest on iOS 2020-12-20 22:07:24 +01:00
5404bd5ba8 Update readme 2020-12-19 23:24:56 +01:00
8a076b5148 Fix readme 2020-12-19 23:11:06 +01:00
aa3e364d3f Update readme 2020-12-19 23:07:49 +01:00
f402e8bdf9 Clean swift plugin main file 2020-12-19 21:45:56 +01:00
9007fded56 Add cipher class and cipher algorithm in swift 2020-12-19 21:45:34 +01:00
5545badfc5 Add keyderivation with pbkdf2 in swift 2020-12-19 21:45:03 +01:00
447d6b2c5a Add hash and digest in swift 2020-12-19 21:44:44 +01:00
1e360f16fe Add KeyDerivation implementation in swift 2020-12-19 21:44:31 +01:00
a5d3b76b01 Fix sha enums 2020-12-19 21:42:36 +01:00
43de719ea6 Expose API 2020-12-19 17:24:55 +01:00
a5e42970ce Add callList invoke and catch all platform exceptions 2020-12-19 17:24:41 +01:00
efcf21ebc8 Add some exceptions 2020-12-19 17:24:10 +01:00
e4fa93a775 Add async "constructors" for key generation 2020-12-19 17:23:52 +01:00
acc9261a66 Rename Paddin to PlainTextPadding 2020-12-19 17:21:01 +01:00
06bb6e1595 Update exemple app 2020-12-19 17:19:56 +01:00
11d43fe64c Update kotlin specific code 2020-12-19 17:19:32 +01:00
4d84a938ac Update platform with algo enums and digest 2020-12-18 13:52:30 +01:00
20d58e1bfd Add key derivation interface and pbkdf2 implementation 2020-12-18 13:52:05 +01:00
9c3e6c3d33 Add hash function implementation 2020-12-18 13:51:45 +01:00
f117c8c4c2 Add enum for algorithms and parameters names 2020-12-18 13:51:10 +01:00
281f36894f Add RSA KEM implementation 2020-12-17 22:11:20 +01:00
6ba8da275d Add Key Encapsulation Mechanism (KEM) interface 2020-12-17 22:11:03 +01:00
51d10362e9 Add AES cipher implementation 2020-12-17 22:10:27 +01:00
98c0dce1de Add new platform layer 2020-12-17 22:09:55 +01:00
286818d108 Add keyspecs interface and implementation 2020-12-17 22:09:27 +01:00
2e240e5072 Add some exceptions 2020-12-17 22:09:00 +01:00
3066b56450 Add cipher related interfaces 2020-12-17 22:08:42 +01:00
aaa68278d2 Add key interface and implementation 2020-12-17 22:08:21 +01:00
356e95e70a Remove some useless statements and switches 2020-12-17 22:07:35 +01:00
ae23afdc0b Update readme v0.0.4 2020-04-29 23:19:29 +02:00