Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I've implemented PGP encryption and signature using BouncyCastle on Java. It works, but all the examples I'm based on have hardcoded the algorithms for symetric encryption, hashing and compression.

I'd like to use the preferred algorithm for each key. Can you help me with that?

share|improve this question
It is not clear what precisely this question is asking. – D.W. May 16 '12 at 0:53
As D.W. said, what is your question? Closing for now, but can reopen if you update the question. – Rory Alsop Jun 6 '12 at 9:52

closed as not a real question by Rory Alsop Jun 6 '12 at 9:52

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can see the APG android package. It uses Bouncy Castle too if I remember right ! http://code.google.com/p/android-privacy-guard/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.