Security In bada Applications [Part 1] (English)
This video is part 1 of a 2 part introduction to bada's security classes, in which we explain encryption and decryption using public/private keys and introduce the main classes required to implement this functionality in your own code. The video takes a p... moreThis video is part 1 of a 2 part introduction to bada's security classes, in which we explain encryption and decryption using public/private keys and introduce the main classes required to implement this functionality in your own code. The video takes a practical approach and walks you through a version of the classic Alice and Bob example, showing you the code required to generate public and private keys and how to use the RsaCipher class to encrypt and decrypt messages. Keep an eye out for part 2 which will cover digital signatures and hashes. less
Share