1
Android開發者指南說
算法在機器人的安全SecureRandom的隨機
Supported Algorithms
SHA1PRNG: Based on SHA-1. **Not guaranteed to be compatible with the SHA1PRNG algorithm on the reference implementation.**
The default algorithm is defined by the first SecureRandomSpi provider<br> found in the VM's installed security providers. Use Security to install custom SecureRandomSpi providers.
和真實的這本當用相同的種子值,在Java和Android的順序是不同的。如何讓android使用與java中使用的相同的sha11prng
實現?