# Forgot android alias key password

**URL:** https://discuss.kotlinlang.org/t/forgot-android-alias-key-password/1873
**Category:** Android
**Created:** [July 17, 2016, 9:07pm UTC](https://discuss.kotlinlang.org/t/forgot-android-alias-key-password/1873 "2016-07-17T21:07:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![oraclenedir](https://avatars.discourse-cdn.com/v4/letter/o/4da419/32.png) [@oraclenedir](https://discuss.kotlinlang.org/u/oraclenedir)
#### Post date: [July 17, 2016, 9:07pm UTC](https://discuss.kotlinlang.org/t/forgot-android-alias-key-password/1873/1 "2016-07-17T21:07:02Z")

</div>

Hi dear friends.  
Last year ı created an application in adroid studio but now ı remember correct my kesystore password.  
in commnd system ı can see my needed SHA1 key is in this jks file  
in command system  
keytool -list -v -keystore D:\exmple.jks

here ı am seeing alias name  
Alias name: \*\*\*  
Creation date:date  
Entry type: PrivateKeyEntry  
Certificate chain length: 1  
Certificate[1]:  
Owner: CN=\*\*  
Issuer: CN=\*\*  
Serial number: \*\*\*\*  
Valid from: Sat Apr 04 13:28:47 EEST 2015 until: Wed Mar 28 13:28:47 EEST 2040  
Certificate fingerprints:  
MD5: A8:68:7E\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*  
SHA1: 43:81:0D:57:\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*  
SHA256: EC:A1:52:64:44:61:AF:\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*  
Signature algorithm name: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*  
Version: 3  
but ı cant remember alias key password.

Please help .

---

<div class="post-metadata">

### Author: ![yanex](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/yanex/32/1489_2.png) [@yanex](https://discuss.kotlinlang.org/u/yanex)
#### Post date: [July 17, 2016, 9:45pm UTC](https://discuss.kotlinlang.org/t/forgot-android-alias-key-password/1873/2 "2016-07-17T21:45:00Z")

</div>

You have to brute force it.

Please try this [Android-keystore-password-recover by MaxCamillo](http://maxcamillo.github.io/android-keystore-password-recover/).  
Also this thread may be useful [https://plus.google.com/+ZachKlippenstein/posts/6jshPnmn2PW](https://plus.google.com/+ZachKlippenstein/posts/6jshPnmn2PW).

In any case, this forum is about Kotlin, not Android 😉
