mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 04:20:16 +08:00
Fixed some typos and links for javadoc, and some refactoring (#4755)
This commit is contained in:
@ -19,7 +19,7 @@ public class AESEncryption {
|
||||
|
||||
/**
|
||||
* 1. Generate a plain text for encryption 2. Get a secret key (printed in
|
||||
* hexadecimal form). In actual use this must by encrypted and kept safe.
|
||||
* hexadecimal form). In actual use this must be encrypted and kept safe.
|
||||
* The same key is required for decryption.
|
||||
*/
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
Reference in New Issue
Block a user