+ System.currentTimeMillis()));
key_secret_data.getProperties().put("makipass_version", esc.escapeValue(Constants.VERSION));
key_secret_data.getProperties().put("creation_date", esc.escapeValue(dataP()));
key_secret_data.getProperties().put("user_name", esc.escapeValue(System.getProperty("user.name", "undefined")));
key_secret_data.getProperties().put("user_home", esc.escapeValue(System.getProperty("user.home", "undefined")));
key_secret_data.getProperties().put("user_dir", esc.escapeValue(System.getProperty("user.dir", "undefined")));
}
public static EncryptedMap firstEncyptedMap() {
EncryptedMap first = new EncryptedMap();