Zaszyfrowane haslo
Hash ma dlugosc 64 bajtow, z tym ze jezeli nasz hash wyjdzie krotszy to reszte
uzupelnimy zerami
| C# | Visual Basic | Visual C++ |
public byte[] Hash { get; set; }
Public Property Hash As Byte()
public: property array<unsigned char>^ Hash { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }