RSA algorithm

Version 1.1.0.0 (1,47 ko) par suriyanath
RSA algorithm for encrypting and decrypting a message
5K téléchargements
Mise à jour 17 sept. 2016

Afficher la licence

This code asks for Two prime numbers and then computes Public and Private key. Then the message is encrypted using Public key and decrypted using Private key. An example is shown in figure.

Citation pour cette source

suriyanath (2024). RSA algorithm (https://www.mathworks.com/matlabcentral/fileexchange/46824-rsa-algorithm), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Programming dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.1.0.0

changed the title to RSA algorithm
Updating code to work for even small prime numbers

1.0.0.0