C# Class Octgn.Test.PlayGround

Exibir arquivo Open project: octgn/OCTGN

Public Methods

Method Description
DecryptGuid ( byte bytes, ulong key ) : System.Guid
EncryptGuid ( System.Guid guid, ulong key ) : byte[]

Private Methods

Method Description
Spaces ( ) : void

Method Details

DecryptGuid() public method

public DecryptGuid ( byte bytes, ulong key ) : System.Guid
bytes byte
key ulong
return System.Guid

EncryptGuid() public method

public EncryptGuid ( System.Guid guid, ulong key ) : byte[]
guid System.Guid
key ulong
return byte[]