public class TextCrypt extends Object
Constructor and Description |
---|
TextCrypt() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
This method encrypts the passed string and then prints on console.
|
static String |
readFromPasswordFile(String passwordfile)
This method reads the password from the file.
|
public static void main(String[] args)
args
- arguments for this method. The string to be encryptedpublic static String readFromPasswordFile(String passwordfile)
passwordfile
- The file from which the password is read.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.