Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static byte[] | base64Decode (String property) |
static String | base64Encode (byte[] bytes) |
static String | convertHexTextToText (String property) throws TextConverterException |
static String | convertTextToHexText (String property) throws TextConverterException |
Static Private Attributes | |
static final byte[] | SALT = {(byte) 0xde, (byte) 0x33, (byte) 0x10, (byte) 0x12, (byte) 0xde, (byte) 0x33, (byte) 0x10, (byte) 0x12} |
static final char[] | TMP = "hgleri21auty84fwe".toCharArray() |
Provides ability to convert text to hex text.
Definition at line 33 of file TextConverter.java.
|
static |
Definition at line 84 of file TextConverter.java.
Referenced by org.sleuthkit.autopsy.coreutils.TextConverter.convertHexTextToText().
|
static |
Definition at line 59 of file TextConverter.java.
Referenced by org.sleuthkit.autopsy.coreutils.TextConverter.convertTextToHexText().
|
static |
Convert hex text back to text.
property | Input hex text string. |
Definition at line 72 of file TextConverter.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.base64Decode().
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getDatabaseConnectionInfo(), org.sleuthkit.autopsy.core.UserPreferences.getMessageServiceConnectionInfo(), and org.sleuthkit.autopsy.centralrepository.datamodel.PostgresEamDbSettings.loadSettings().
|
static |
Convert text to hex text.
property | Input text string. |
Definition at line 47 of file TextConverter.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.base64Encode().
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.PostgresEamDbSettings.saveSettings(), org.sleuthkit.autopsy.core.UserPreferences.setDatabaseConnectionInfo(), and org.sleuthkit.autopsy.core.UserPreferences.setMessageServiceConnectionInfo().
|
staticprivate |
Definition at line 36 of file TextConverter.java.
|
staticprivate |
Definition at line 35 of file TextConverter.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.