Click or drag to resize

MACESalt Method

http://www.emgu.com
optionally encrypt images with random convolution

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Salt(
	string passphrase
)

Parameters

passphrase
Type: SystemString
a crc64 random seed will get generated from this
See Also