Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
jdk.security.auth/com.sun.security.auth.module.Crypt - Crypt Tool
How to run "jdk.security.auth/com.sun.security.auth.module.Crypt" tool from JDK lib\modules JImage file?
✍: FYIcenter
"jdk.security.auth/com.sun.security.auth.module.Crypt" tool allows you
to encrpt a password string like the Unix "crypt" function.
"jdk.security.auth/com.sun.security.auth.module.Crypt" tool is supported by the jmods\jdk.security.auth.jmod module file, which is also linked into the lib\modules JImage file.
You can run the "jdk.security.auth/com.sun.security.auth.module.Crypt" tool using the lib\modules JImage file as described below:
fyicenter> %JDK_HOME%\bin\java --module jdk.security.auth/com.sun.security.auth.module.Crypt usage: Crypt password salt fyicenter> %JDK_HOME%\bin\java --module jdk.security.auth/com.sun.security.auth.module.Crypt MyPassword st 0 s 1 t 2 F 3 E 4 f 5 Q 6 P 7 8 8 b 9 X 10 A 11 o 12 c
The encrypted password is "FEfQP9bXAoc" after removing the first 2 salt characters in the output.
⇒ jdk.zipfs/jdk.nio.zipfs.ZipInfo - ZipInfo Tool
⇐ jdk.scripting.nashorn.shell/jdk.nashorn.tools.jjs.Main - "jjs" Command
2019-08-08, ∼2129🔥, 0💬
Popular Posts:
kernel.jar is a component in iText Java library to provide low-level functionalities. iText Java lib...
JRE 8 deploy.jar is the JAR file for JRE 8 Java Control Panel and other deploy tools. JRE (Java Runt...
How to show the XML parsing flow with sax\DocumentTracer.java provided in the Apache Xerces package?...
JDK 6 tools.jar is the JAR file for JDK 6 tools. It contains Java classes to support different JDK t...
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...