Elgamal Errors
Elgamal Errors
102 No Key specified. | |
104 Cannot read or write file. | |
105 key parameters incorrect. | |
111 OutputFile already exists and Overwrite is False. | |
112 Invalid length of input message. | |
304 Cannot write file. | |
305 Cannot read file. | |
306 Cannot create file. | |
1301 Specified ElGamal parameters are invalid. | |
1302 Missing the data to encrypt/decrypt. | |
1303 Public key must be specified. | |
1304 Key must be specified. | |
1305 Invalid cipher length. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1306 Invalid cipher text. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1307 Inadequate padding. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1308 Missing delimiter. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1309 Message too long. |