You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: