Re: [android-developers] Lost Password of Keystore

2012-08-05 Thread Francisco Marzoa
On Aug 4, 2012 6:53 PM, John Coryat cor...@gmail.com wrote: Let this be a lesson to EVERYONE: Send yourself an e-mail with the keystore attached and include your password, Thats crazy. Your mail message may pass through several untrusted routers so a lot of people may have access to both, the

Re: [android-developers] Lost Password of Keystore

2012-08-05 Thread John Coryat
Send yourself an e-mail with the keystore attached and include your password, Thats crazy. Your mail message may pass through several untrusted routers so a lot of people may have access to both, the keystore and the unlock password. Sounds like you suffer from paranoia. If you're

Re: [android-developers] Lost Password of Keystore

2012-08-05 Thread Marcin Orlowski
Send yourself an e-mail with the keystore attached and include your password, Thats crazy. Your mail message may pass through several untrusted routers so a lot of people may have access to both, the keystore and the unlock password. Sounds like you suffer from paranoia. If you're worried

Re: [android-developers] Lost Password of Keystore

2012-08-05 Thread John Coryat
Looks like you suffer from illogical thinking. None of this would be a problem if YOU DIDN'T FORGET YOUR PASSWORD!!! Now that's a rookie mistake. -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Lost Password of Keystore

2012-08-04 Thread Giuseppe Brando
Hi Boys, I've a big probem, I've lost a passwork of my Kestore and now I can't update my application. Can you help me?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Kostya Vasilyev
But you have backed it up to a usb flash drive, right? Or maybe checked into a remote source control repository? If you have, restoring the key should be really easy. 04.08.2012 16:07 пользователь Giuseppe Brando giuseppe.brando...@gmail.com написал: Hi Boys, I've a big probem, I've lost a

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Giuseppe Brando
I've a Keystore file but I don't remember the password. How I recover the password? Il giorno sabato 4 agosto 2012 14:19:40 UTC+2, Kostya Vasilyev ha scritto: But you have backed it up to a usb flash drive, right? Or maybe checked into a remote source control repository? If you have,

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Mark Murphy
On Sat, Aug 4, 2012 at 8:40 AM, Giuseppe Brando giuseppe.brando...@gmail.com wrote: I've a Keystore file but I don't remember the password. How I recover the password? You search the Internet for: recover java keystore password and you find pages like:

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread RichardC
If you have used a secure password it is not going to be possible. However if you used an insecure password (short, dictionary, etc) then you could write a brute force password cracker to open your Keystore. On Saturday, August 4, 2012 1:40:44 PM UTC+1, Giuseppe Brando wrote: I've a Keystore

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Giuseppe Brando
I use only secure password!! :'( Il giorno sabato 4 agosto 2012 14:50:30 UTC+2, RichardC ha scritto: If you have used a secure password it is not going to be possible. However if you used an insecure password (short, dictionary, etc) then you could write a brute force password cracker to

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Kristopher Micinski
Why did you use such a secure password and then forget it for something important? this sounds a lot more like mischievery On Aug 4, 2012 8:55 AM, Giuseppe Brando giuseppe.brando...@gmail.com wrote: I use only secure password!! :'( Il giorno sabato 4 agosto 2012 14:50:30 UTC+2, RichardC ha

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread John Coryat
Let this be a lesson to EVERYONE: Send yourself an e-mail with the keystore attached and include your password, or at least use a password YOU CAN REMEMBER!!! That way it's stored in the cloud. Pretty simple. There's no need to make this difficult. The cost of losing your keystore or password

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Kostya Vasilyev
Great advice, John, thanks, I swear we see about one of these a week. ... and if I may add -- make sure that your email password is strong, or that you use an email other than the one publicly listed with your app. Oh wait, what happens if you forget that one? :-) 04.08.2012 20:53 пользователь

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Kristopher Micinski
I honestly believe a fair amount of these are Hey I found this in a public repo how can I hijack the app? Type questions... On Aug 4, 2012 1:01 PM, Kostya Vasilyev kmans...@gmail.com wrote: Great advice, John, thanks, I swear we see about one of these a week. ... and if I may add -- make sure