Thread overview
The RSA encryption algorithm implemented in D, free to be used by anyone
2 days ago
Murilo
2 days ago
Dom DiSc
2 days ago
Murilo
2 days ago

I've written a code in D which implements the RSA algorithm, so that others may learn how to do it.

Here is the link: https://github.com/MuriloMir/RSA-algorithm](https://github.com/MuriloMir/RSA-algorithm

2 days ago

On Thursday, 29 May 2025 at 01:50:51 UTC, Murilo wrote:

>

I've written a code in D which implements the RSA algorithm, so that others may learn how to do it.

Here is the link:

You messed up the link (the parentheses are wrong somehow).
This works:
https://github.com/MuriloMir/RSA-algorithm

2 days ago

On Thursday, 29 May 2025 at 08:30:39 UTC, Dom DiSc wrote:

>

On Thursday, 29 May 2025 at 01:50:51 UTC, Murilo wrote:

>

I've written a code in D which implements the RSA algorithm, so that others may learn how to do it.

Here is the link:

You messed up the link (the parentheses are wrong somehow).
This works:
https://github.com/MuriloMir/RSA-algorithm

Thank you for letting me know, I had copied-pasted from the f*** FB, and for some reason it had added parentheses.