IPWorks Encrypt 2020 macOS Edition

Questions / Feedback?

Algorithm Property

The random number algorithm.

Syntax

public var algorithm: EzrandAlgorithms {
get {...}
set {...} }

public enum EzrandAlgorithms: Int32 { case raISAAC = 0 case raMSCryptoAPI = 1 case raPlatform = 2 case raSecurePlatform = 3 case raRC4Random = 4 }

Default Value

0

Remarks

This property specifies the algorithm used to generate the random number or bytes. Possible values are:

0 (raISAAC) ISAAC (indirection, shift, accumulate, add, and count)
1 (raMSCryptoAPI) The Microsoft Crypto API. This is only available on Windows.
2 (raPlatform) The platform's random implementation.
3 (raSecurePlatform) The platform's secure random implementation. This is only applicable in .NET and Java. In .NET the class uses the "RNGCryptoServiceProvider" class. In Java the class uses the "SecureRandom" class.
4 (raRC4Random) RC4 based random implementation.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 macOS Edition - Version 20.0 [Build 8155]