Skip to content

"JKS Cracker" is a Python tool for recovering passwords of Java Keystore (JKS) files. It efficiently tests combinations to unlock files.

License

Notifications You must be signed in to change notification settings

IIAmir/jks-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Overview

"JKS Cracker" is a Python tool designed to assist in the recovery of lost or forgotten passwords for Java Keystore (JKS) files. Using a provided list of potential passwords, the tool systematically tests combinations until a valid password is found. Leveraging multithreading for efficiency, "JKS Cracker" employs a concurrent approach to maximize password testing speed. With its straightforward interface and robust functionality, "JKS Cracker" is a reliable solution for regaining access to locked JKS files.

How to use

passwords_to_try = ["password1", "123456", "@", ...]
jks_file_path = 'YOUR JKS FILE PATH'

Run your script :)

About

"JKS Cracker" is a Python tool for recovering passwords of Java Keystore (JKS) files. It efficiently tests combinations to unlock files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages