Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WISH: implement crypt scheme #2477

Open
Oldes opened this issue Jan 11, 2022 · 2 comments
Open

WISH: implement crypt scheme #2477

Oldes opened this issue Jan 11, 2022 · 2 comments
Labels
Oldes.resolved Bugs/wishes with Oldes' fixes/features Test.written Type.wish

Comments

@Oldes
Copy link
Owner

Oldes commented Jan 11, 2022

In Rebol2 there was a crypt scheme -> http://www.rebol.com/docs/encryption.html

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.

@Oldes
Copy link
Owner Author

Oldes commented May 26, 2022

The crypt port is now almost done ---> Oldes/Rebol3#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.

@Oldes Oldes added Test.written Oldes.resolved Bugs/wishes with Oldes' fixes/features labels May 26, 2022
@Oldes
Copy link
Owner Author

Oldes commented May 26, 2022

Here are my results from the mentioned test-crypt script (running on notebook on battery only)
Capture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Oldes.resolved Bugs/wishes with Oldes' fixes/features Test.written Type.wish
Projects
None yet
Development

No branches or pull requests

1 participant