Are peripheral issues and systems normally considered in a white box penetration testing scope?

As Wikipedia defines:

White-box testing is a method of software testing that tests internal structures or workings of an application, as opposed to its functionality (i.e. black-box testing).

When the code is a target of its own, this i… Continue reading Are peripheral issues and systems normally considered in a white box penetration testing scope?

Ways to make white-box cryptography AES implementation more difficult to be broken [migrated]

Background: I want to use white-box cryptographic to hiding the keys stored in the client application.

I am looking for existing implementations of white-box cryptography, such as AES 128 or 256. But I found that almost all … Continue reading Ways to make white-box cryptography AES implementation more difficult to be broken [migrated]