How can I encrypt a text file using RSA?

조회 수: 2 (최근 30일)
Sanjeeb Behera
Sanjeeb Behera 2016년 9월 16일
댓글: Walter Roberson 2016년 9월 16일
I have done encryption of text message using RSA. But i want to encrypt text file using RSA.
m=input('\nEnter the message: ','s');
In above code i give the text message in S. But i want to read a text file instead of text message. How can i do that? Pls can anyone give me help or code which can i write?
  댓글 수: 3
Sanjeeb Behera
Sanjeeb Behera 2016년 9월 16일
Thank u for ur response. Can i encryption and decryption of text file using RSA?

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 9월 16일
m = fileread('NameOfInputFileGoesHere.txt');

카테고리

Help CenterFile Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by