Hi Rich, Without AES we have to go to an outside library for file encryption. just to clarify: the "key creation" API is not there yet, i.e. you cannot have the SCE generate device-specific, random keys for you. But AES is working and implemented, so you can pass your "user keys" and encrypt/decrypt via the AES related APIs. Also, you can use the TRNG to create random numbers (and use a concatenation of them as random keys, if you wish)
↧