.net RNGCryptoServiceProvider 对应 java SecureRandom

 

public class SecureRandomextends Random 

This class provides a cryptographically strong random number generator (RNG). Many implementations are in the form of a pseudo-random number generator (PRNG), which means they use a deterministic algorithm to produce a pseudo-random sequence from a true random seed. Other implementations may produce true random numbers and yet others may use a combination of both techniques.

 

http://docs.oracle.com/javase/1.5.0/docs/api/java/security/SecureRandom.html

 

相关文章:

  • 2021-08-24
  • 2021-08-14
  • 2022-01-27
  • 2021-10-14
  • 2021-11-30
  • 2021-11-24
  • 2021-05-30
  • 2021-06-03
猜你喜欢
  • 2021-11-14
  • 2021-11-01
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案