Skip to content

Commit

Permalink
Update TextEncryptionUtil_Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoValentini committed Jan 17, 2023
1 parent 3b8e474 commit c63b78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void run() {
public TextEncryptionUtil_Main() {
initialize();
if(new File(keyStoreFile).exists()) { // OPEN KEYSTORE
String password = passwordInput("Inserisci la password");
String password = passwordInput("KeyStore Password");
keyStorePassword = password;
try {
ks = KeyStoreUtils.loadKeyStore(password,keyStoreFile);
Expand Down

0 comments on commit c63b78e

Please sign in to comment.