Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6640961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:45:19+00:00 2026-05-25T23:45:19+00:00

I have been googling for hours and cannot find any solid answers but lots

  • 0

I have been googling for hours and cannot find any solid answers but lots of hearsay.

Does anyone know where the documentation is that defines which encryption/signature/hash algorithms the Android OS supports.

I have heard from forums that not all phones support the same algorithms so I am looking for what common algorithms every Android phone supports.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:45:19+00:00Added an answer on May 25, 2026 at 11:45 pm

    Try this to list all security providers:

    Provider[] providers = Security.getProviders();
    for (Provider provider : providers) {
        Log.i("CRYPTO","provider: "+provider.getName());
        Set<Provider.Service> services = provider.getServices();
        for (Provider.Service service : services) {
            Log.i("CRYPTO","  algorithm: "+service.getAlgorithm());
        }
    }
    

    Update

    Here is a list for my Nexus S (OS 2.3.4):

    provider: AndroidOpenSSL
     algorithm: SHA-384
     algorithm: SHA-1
     algorithm: SSLv3
     algorithm: MD5
     algorithm: SSL
     algorithm: SHA-256
     algorithm: TLS
     algorithm: SHA-512
     algorithm: TLSv1
     algorithm: Default
    provider: DRLCertFactory
     algorithm: X509
    provider: BC
     algorithm: PKCS12
     algorithm: DESEDE
     algorithm: DH
     algorithm: RC4
     algorithm: PBEWITHSHAAND128BITAES-CBC-BC
     algorithm: DESEDE
     algorithm: Collection
     algorithm: SHA-1
     algorithm: PBEWITHSHA256AND256BITAES-CBC-BC
     algorithm: PBEWITHSHAAND192BITAES-CBC-BC
     algorithm: DESEDEWRAP
     algorithm: PBEWITHMD5AND128BITAES-CBC-OPENSSL
     algorithm: PBEWITHMD5AND256BITAES-CBC-OPENSSL
     algorithm: AES
     algorithm: HMACSHA256
     algorithm: OAEP
     algorithm: HMACSHA256
     algorithm: HMACSHA384
     algorithm: DSA
     algorithm: PBEWITHMD5AND192BITAES-CBC-OPENSSL
     algorithm: DES
     algorithm: PBEWITHMD5ANDDES
     algorithm: SHA1withDSA
     algorithm: PBEWITHMD5ANDDES
     algorithm: BouncyCastle
     algorithm: PKIX
     algorithm: PKCS12PBE
     algorithm: DSA
     algorithm: RSA
     algorithm: PBEWITHSHA1ANDDES
     algorithm: DESEDE
     algorithm: PBEWITHSHAAND128BITRC2-CBC
     algorithm: PBEWITHSHAAND128BITRC2-CBC
     algorithm: PBEWITHSHAAND256BITAES-CBC-BC
     algorithm: PBEWITHSHAAND128BITRC4
     algorithm: DH
     algorithm: PBEWITHSHA256AND192BITAES-CBC-BC
     algorithm: PBEWITHSHAAND128BITAES-CBC-BC
     algorithm: PBEWITHSHAAND40BITRC2-CBC
     algorithm: HMACSHA384
     algorithm: AESWRAP
     algorithm: PBEWITHSHAAND192BITAES-CBC-BC
     algorithm: SHA256WithRSAEncryption
     algorithm: DES
     algorithm: HMACSHA512
     algorithm: HMACSHA1
     algorithm: DH
     algorithm: PBEWITHSHA256AND128BITAES-CBC-BC
     algorithm: PKIX
     algorithm: PBEWITHMD5ANDRC2
     algorithm: SHA-256
     algorithm: PBEWITHSHA1ANDDES
     algorithm: HMACSHA512
     algorithm: SHA384WithRSAEncryption
     algorithm: DES
     algorithm: BLOWFISH
     algorithm: PBEWITHMD5AND128BITAES-CBC-OPENSSL
     algorithm: PBEWITHSHAAND3-KEYTRIPLEDES-CBC
     algorithm: PBEWITHSHAAND256BITAES-CBC-BC
     algorithm: DSA
     algorithm: PBEWITHSHAAND40BITRC2-CBC
     algorithm: BLOWFISH
     algorithm: PBEWITHSHAAND40BITRC4
     algorithm: PBKDF2WithHmacSHA1
     algorithm: PBEWITHSHAAND40BITRC4
     algorithm: HMACSHA1
     algorithm: AES
     algorithm: PBEWITHSHA256AND192BITAES-CBC-BC
     algorithm: PBEWITHSHAAND2-KEYTRIPLEDES-CBC
     algorithm: PBEWITHHMACSHA
     algorithm: DH
     algorithm: BKS
     algorithm: NONEWITHDSA
     algorithm: DES
     algorithm: PBEWITHMD5ANDRC2
     algorithm: DSA
     algorithm: PBEWITHSHAANDTWOFISH-CBC
     algorithm: SHA512WithRSAEncryption
     algorithm: HMACMD5
     algorithm: PBEWITHSHAAND3-KEYTRIPLEDES-CBC
     algorithm: PBEWITHSHA1ANDRC2
     algorithm: ARC4
     algorithm: PBEWITHHMACSHA1
     algorithm: AES
     algorithm: PBEWITHHMACSHA1
     algorithm: MD5
     algorithm: RSA
     algorithm: PBEWITHSHAANDTWOFISH-CBC
     algorithm: PBEWITHSHA1ANDRC2
     algorithm: PBEWITHSHAAND2-KEYTRIPLEDES-CBC
     algorithm: PBEWITHSHAAND128BITRC4
     algorithm: SHA-384
     algorithm: RSA
     algorithm: DESEDE
     algorithm: SHA-512
     algorithm: X.509
     algorithm: PBEWITHMD5AND192BITAES-CBC-OPENSSL
     algorithm: MD5WithRSAEncryption
     algorithm: PBEWITHMD5AND256BITAES-CBC-OPENSSL
     algorithm: PBEWITHSHA256AND256BITAES-CBC-BC
     algorithm: BLOWFISH
     algorithm: DH
     algorithm: SHA1WithRSAEncryption
     algorithm: HMACMD5
     algorithm: PBEWITHSHA256AND128BITAES-CBC-BC
    provider: Crypto
     algorithm: SHA1withDSA
     algorithm: SHA-1
     algorithm: DSA
     algorithm: SHA1PRNG
    provider: HarmonyJSSE
     algorithm: X509
     algorithm: SSLv3
     algorithm: TLS
     algorithm: TLSv1
     algorithm: X509
     algorithm: SSL
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been googling this subject for hours. Does anyone have an examples of
I have been googling and stackoverflowing for the last two hours and couldn't find
I've been googling this for hours but can't find what I'm after. I do
I have been googling this, but I can't seems to find it. Is there
I have been googling for hours looking for something to handle my situation. I
I know, that the issue had been widely discussed before, but after 5 hours
Im sure this is simple, but I have been googling for an hour and
I've been Googling this for hours, but with no luck. I'm using standard c,
I have been googling about this issue for hours, and I'm stumped. Im trying
Ive been googling for the last few hours to find a solution to my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.