|
MDi JLib 1.7.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microdeveloper.security.encryption.GenerateDesEncrypted
public class GenerateDesEncrypted
A simple command line tool for generating DesEncrypted passwords. To use simply pass the passkey and text to encrypt as the only arguments and the class will return the encrypted variant to the console.
For example:
java -classpath ./mdi170.jar com.microdeveloper.security.encryption.GenerateDesEncrypted foo bar
You should get this back:
Encrypted: ioPiEFdYkqI=
Decrypted: bar
DesEncrypter
Constructor Summary | |
---|---|
GenerateDesEncrypted()
Creates a new instance of GenerateDesEncrypted |
Method Summary | |
---|---|
static void |
main(String[] args)
Primary method that invokes the encryption and returns the results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenerateDesEncrypted()
Method Detail |
---|
public static void main(String[] args)
args
- the command line arguments
|
MDi JLib 1.7.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |