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

ProtectedMemory..::..Create Method (array<Byte>[]()[][])

Creates a protected memory instance containing the specified byte array data.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


public static IProtectedMemory Create(
	byte[] data
)

Parameters

data
Type: array<Byte>[]()[][]
The byte array data to be protected.

Return Value

An instance of IProtectedMemory containing the encrypted data.

Remarks


This method encrypts the provided byte array for secure storage in memory. The returned object provides methods to read the data back in its original or byte array form. It's ideal for storing sensitive information like keys, tokens, or personal data.