Questions tagged [bks]

2 questions
2
votes
0 answers

SSLServerSocket Android Step by step

For creating SSL server socket on android you need to provide two KeyStore. keyManager key store. Trust manager key store. Creating KeyManager. For creating keyManager, You need to generate PKCS12 with the .crt and .key file. openssl pkcs12…
Yoshimitsu
  • 4,343
  • 2
  • 22
  • 28
0
votes
0 answers

Android BKS Tempering via Reverse Engineering

We are using aws client for our connection layer. aws-sdk is using "BKS" Keystore and writing it file into the file system. Below is the class of sdk which is managing Keystore in file…
Rahul
  • 10,457
  • 4
  • 35
  • 55