brackets-curlyKullanım

//SecureBase.SBEncoding sbencoding = SecureBase.SBEncoding.UNICODE;
SecureBase.SBEncoding sbencoding = SecureBase.SBEncoding.UTF8;

SecureBase bs = new SecureBase(sbencoding);
bs.SetSecretKey(secretkey);

//Encoding
string encodeddata = bs.Encode(data);

//Decoding
string decodeddata = bs.Decode(data);
circle-info

Githubarrow-up-right'ta bulunan SecureBaseApparrow-up-right uygulaması üzerinden örnek kullanımları inceleyebilirsiniz.


Last updated