How does RSA work while encrypting a sentence?
问题 I'm learning about RSA encryption and I have understood how to encrypt a single letter. I have problems understanding how does RSA work while encrypting a sentence. For eg: Single letter encryption: A Encryption= A^e (mod n) But in a sentence. For eg: Sentence encryption: Hello World Does each word get encrypted or does the sentences as a whole get encrypted? 回答1: Neither. In practice RSA is almost always coupled with a symmetric cipher such as AES to encrypt larger ciphertext. RSA in itself