Become a member
Sign in
Luke Duncan
Luke Duncan

Luke Duncan

12 Following
2 Followers
  • Profile

  • Claps

  • Highlights

  • Responses

Highlighted by Luke Duncan

See more

From Securely Storing Secrets in an Android Application by minun

…e[] encrypted) {
Cipher c = Cipher.getInstance(AES_MODE, "BC");
c.init(Cipher.DECRYPT_MODE, getSecretKey(context));
b
yte[] decodedBytes = c.doFinal(encrypted);
return decodedBytes;…e[] encrypted) {
Cipher c = Cipher.getInstance(AES_MODE, "BC");
c.init(Cipher.DECRYPT_MODE, getSecretKey(context));
byte[] decodedBytes = c.doFinal(encrypted);
return decodedBytes;
}

Claps from Luke Duncan

See more

Making Your First Circle Using Metal Shaders

Alex Barbulescu

10 Tips for Android Library Developers

Paolo Rotolo

Now in Android: Episode #2

Chet Haase