Tagged Questions

KeyStore is responsible for maintaining cryptographic keys and their owners.

learn more… | top users | synonyms

11
votes
2answers
10k views

Key hash for Facebook Android SDK

I'm very sorry to be asking you but I can't figure out how to get the Key Hash required to use the Facebook Android SDK. I am very new at this and figured out that i can use keytool with these ...
9
votes
6answers
3k views

Problem running my signed, release keystore in Eclipse

I am unable to run my signed, release keystore in Eclipse: I get the error: Keystore was tampered with, or password was incorrect How can I resolve this? Here is the error: Here is me ...
8
votes
5answers
185 views

How do I securely store encryption keys in java?

I have a java properties object with authentication information for a web service. I need to encrypt that data, but I don't know where I need to store the encryption key for it to remain secure. What ...
7
votes
2answers
1k views

Keystore and Aliases - is there a use to multiple aliases?

When exporting a signed Android application using Eclipse, is there a purpose to using multiple aliases? According to the official guide about signing, it's recommended that you sign all applications ...
7
votes
1answer
2k views

Import .pem public and private keys to JKS keystore

I have public and private keys in separate .pem files that I would need to get into a JKS keystore somehow. Tried using the -import command in KeyTool for this, which gives an "not an X.509 ...
6
votes
1answer
91 views

is it possible release an updated app by signing it with a different certificate than the one originally used

Is it possible to release an update of an android app by signing it with a different certificate than the one originally used? I know it gives an error message normally when we try to upload such a ...
6
votes
3answers
1k views

Hide datasource password in spring xml file

there is a way to hide/encrypt password in xml spring config file? I read that is possible with a "custom" subclass of DataSource, but the solutions keep key in same config file as plain text...so is ...
6
votes
2answers
3k views

Keystore change passwords

I currently have a keystore, with a particular password that only I should know. I now need to give access to that keystore to someone else, so I would like to either: 1) Change the password, so I ...
6
votes
1answer
2k views

Key Containers, secure enough to store private keys?

I was reading about Key Containers in .NET as a secure a place to store a private key for asymmetric cryptography and digital signing. My question is how secure is the Key Container? because I've ...
6
votes
5answers
17k views

How do I list / export private keys from a keystore?

How do I list and export a private key from a keystore?
5
votes
3answers
260 views

How to store server password in Java client for later reconnects?

I have a client application that connects to a server over a secure/SSL socket. The user is required to log in when the app starts. Right now I have a requirement that I need to send the actual ...
5
votes
1answer
1k views

Using the same debug keystore on multiple computers

I'm developing on multiple computers. If I deploy to my phone directly from Eclipse on one computer, I can't deploy from the other without uninstalling first. I'm assuming this is because there is a ...
4
votes
0answers
172 views

Key Store Equivalence to C#? [closed]

Possible Duplicate: asp.net keystore for password storage? What is the equivalent of keystore in C#? Basically I have an encryption key which needs to be stored safely.
4
votes
3answers
599 views

How to specify outbound certificate alias for HTTPS-calls?

I am calling a webservice that requires client certificate authentication. If I specify a Java keystore containing a single certificate (the client certificate the service expects) then everything ...
4
votes
2answers
2k views

Tomcat HTTPS keystore certificate

Ran into another problem using SSL and Tomcat: I've configured a keystore which contains a key and a certificate (the server certificate I wish to present to the clients connecting to the site). I've ...
4
votes
2answers
721 views

Problem with Sun Java KeyManagerFactory and null passwords

We are having a problem with the KeyManagerFactory in the Sun JRE 1.6. We are using code similar to the following to upload and use a certificate in p12 format: KeyStore keyStore = ...
3
votes
2answers
64 views

Changing the password of a java keystore programmatically

How do I go about changing the password of a JKS keystore(and all entries in it) from java code?
3
votes
2answers
76 views

Android - What debug.keystore file is IntelliJ signing my app with?

I'm trying to debug why I can't get MapView to work in debug mode, and it seems like the app is not being signed with the debug.keystore file that I have created an API key against. The only version ...
3
votes
1answer
49 views

WSDL Client Auth and Multiple Certs

So I'm running into a bit of an issue here with wsdls and selecting multiple certs in java. A smartcard, for example, has multiple certs on it, for signing, encryption, identification. I have a WSDL ...
3
votes
2answers
53 views

Android Marketplace: Are the details (name etc) in the keystore user-visible?

When I sign my app for release on the Android Marketplace I create a keystore file using the keytool application following the instructions here ...
3
votes
2answers
165 views

Android Central Keystore

I'm hoping that there's a way to programmatically access a central trusted keystore on an Android device. I know one exists, at least for verifying SSL connections etc. which also comes with a handy ...
3
votes
4answers
537 views

Android: What is a keystore file, and what is it used for?

This is a general question, but particularly I am interested in it's use for Android. What is a keystore file, and what is it used for? Can multiple Android applications use the same keystore to sign ...
3
votes
1answer
707 views

Load Java KeyStore for one alias?

Does anyone know if it is possible to load a KeyStore so that it only prompts for the password for the given alias? Example: In my key store i have two private keys: Alice's Encryption Certificate ...
3
votes
2answers
3k views

Connecting to a Websphere MQ in Java with SSL/Keystore

I'd like to connect to a Websphere 6.0 MQ via Java. I have already working code for a "normal" queue, but now I need to access a new queue which is SSL encrypted (keystore). I have been sent a file ...
3
votes
2answers
795 views

Do you not need a password to access a truststore (made with the java keytool)?

I just created a truststore with the java keytool (for server authentication of a server that does not have a CA cert). However I just noticed something strange. I am starting my client like this: ...
3
votes
2answers
1k views

Android: debug app on device with Eclipse and password-protected keystore?

I uploaded my application to Market and then downloaded it to my phone. Now I'm unable to use debug keystore which is used by default by Eclipse ADT Plugin (Re-installation failed due to different ...
3
votes
6answers
1k views

Document databases/Key-value stores for use with .Net projects

Are there any document databases and/or key-value stores (something like Project Voldemort, MongoDB, etc.) that work well with .Net projects? Most of the options I've looked at so far seem to be more ...
2
votes
2answers
23 views

Android - Keystores, In-App purchasing, and outsourced development

I am currently having an Android application developed by an outside third party. We are at the point where we are ready to implement/test In-App purchasing, but in order to proceed with that we must ...
2
votes
2answers
35 views

Using release key while testing the application?

I am developing an Android application which is going to be published at Android Market once everything is done. On the Android website, it says that when preparing the application for release, the ...
2
votes
0answers
40 views

private public key is different

I was wondering why private key is different when I use this code: java.security.KeyStore keyStoreFile = java.security.KeyStore.getInstance("PKCS12"); keyStoreFile.load(new ...
2
votes
2answers
70 views

Microsoft RSA CSP key size

From what I can see, Microsoft's RSA CSP always generates identical bitlength pseudo prime numbers. So if the key size is 1024, the P and Q values seem to be (?) guaranteed to be 512 bits each? Does ...
2
votes
3answers
97 views

Java Webapp and KeyStore

I'm designing a small tool (web interface and web services), for signing some blob's of data with a private RSA key. The application will have more than one private key (ie. for different types of ...
2
votes
2answers
147 views

What is the best way to hide the keystore password in Android?

I'm new to Android development and implementing SSLSockets. After doing some digging I was able to setup a simple server/client that is working. The implementation I feel could use some work and ...
2
votes
2answers
47 views

Security issue when using the same keystore for trust store and server store?

Is there a security issue when using the same keystore for the trust store (certificates used for authenticating clients) and server store (private keys used by the server)? I ask this because I know ...
2
votes
2answers
379 views

cannot find keytool on a mac

I am trying to find my keytool so that I can make keys to sign my app and to register for the google maps api I'm beginning to think that I don't actually have it on my machine If anyone could help ...
2
votes
1answer
152 views

Getting the following warning message when communicating with a HTTPS Web Service: “Can not find truststore url”

I am a beginner with SSL/HTTPS. Hopefully, this isn't a dumb question. I am writing a web service client that runs on JBOSS 4.3 which communicates with an external web service over https. I have ...
2
votes
1answer
193 views

How to know file .apk use to the keystore to sign?

I have a keystore and a apk. is there a tool or a method to check file apk, signed from this keystore? I use Eclipse. Someome help me please. Thanks so much
2
votes
1answer
319 views

Android application certificate validity

Is it possible to change the validity of a certificate? key-a:has validity of 2 years. apk-a:signed with key-a. apk-b:signed with ? which has 25 years validity. apk-a and apk-b are the same ...
2
votes
2answers
2k views

Forgot Keystore password, thinking of Brute-Force detection. will it corrupt the keystore?

I recently realized that I have lost the password to my keystore (or perhaps the keystore got corrupted somehow) It keeps giving me the error: Keystore tampered or password incorrect I created an ...
2
votes
2answers
536 views

java.security.Keystore aliases on JDK 1.6 vs IBM 1.5

I've a problem with the enum return value of KeyStore.aliases(); FileInputStream is = new FileInputStream("/tmp/file.p12"); List<String> aliases = new ArrayList<String>(); KeyStore ...
2
votes
2answers
268 views

How to store crypto password safely

I am working on a Java RCP application. A user needs to authenticate himself with his SmartCard to get access to the application. Inside this, he can open/save files which need to be stored encrypted. ...
2
votes
1answer
820 views

How do I programmatically create a new KeyStore?

I'm trying to programmatically create a new keystore in Java. The following code: KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType()); keyStore.setCertificateEntry("alias", cert); ...
2
votes
4answers
301 views

Best free tool for managing java keystores and security certificates [closed]

What is best free tool for managing java keystores and security certificates? Thanks.
2
votes
1answer
348 views

Can't enter keystore second password when exporting Android app in eclipse

I'm running into a strange error - I'm exporting an Android application in Eclipse using a keystore I had previously created and used. Now when I try to export a different application using the ...
2
votes
1answer
369 views

asp.net keystore for password storage?

I know that encrypted passwords can be stored in the web.config or hashed and salted passwords can be stored in a database, but is it possible to store passwords in something like a keystore? Would ...
2
votes
4answers
1k views

Keystore password for Jetty 7.0 SSL configuration

Trying to setup SSL on jetty 7.2.2 using these instructions: http://docs.codehaus.org/display/JETTY/How+to+configure+SSL stuck on 3b: keytool -importkeystore -srckeystore jetty.pkcs12 -srcstoretype ...
2
votes
3answers
411 views

Java Keystore: Command “openssl” not found

I'm using Windows 7 64 bit and I'm trying to export the base64 encoded sha-hash of my Key with this command: keytool -exportcert -alias [alias] -keystore [keystore] | openssl sha1 -binary | openssl ...
2
votes
1answer
563 views

I lost my keystore, I can't upgrade my app in the market

I upload my first app into market, and now I want to upgrade a new version, but I got this exception when I upgrade my app. " The apk must be signed with the same certificates as the previous ...
2
votes
3answers
3k views

Android: I lost my android key store, what should I do?

Based on my android keystore I created some apps. now, I want to update one of my programs but I lost my keystore. can I generate another one and update my app? Thanks
2
votes
5answers
4k views

How to import a .cer certificate into a java keystore?

During the development of a Java webservice client I ran into a problem. Authentication for the webservice is using a client certificate, a username and a password. The client certificate I received ...

1 2 3 4 5