WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

BytesExtension..::..AsEncryptedBytes Method (String, String)

encrypt using a password to a ByteArray, You can decrypt it using the extension method AsDecryptFromBytes(array<Byte>[]()[][], KeyRing) method

Namespace:  System.Text
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


[FeatureTagsAttribute]
public static byte[] AsEncryptedBytes(
	this string text,
	string password
)

Parameters

text
Type: String
clear text to encrypt
password
Type: String

Return Value

cyphered bytes