Open Oldes opened 2 years ago
The crypt
port is now almost done ---> https://github.com/Oldes/Rebol3/pull/45
Usage example may be found in the test-crypt.r3
file or in one of crypt related unit tests.
There are still some natives like (rsa
, rsa-init
, rc4
) floating around, but I need to take some rest of it.
Here are my results from the mentioned test-crypt
script (running on notebook on battery only)
In Rebol2 there was a
crypt
scheme -> http://www.rebol.com/docs/encryption.htmlIn Rebol3 there are available several encryption options already (mostly to be able have a
tls
port), but these are across multiple functions (rsa
,rsa-init
,aes
,rc4
). It would be nice to have it unified and possibly compatible with Rebol2 again.