Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "System.Hash.hpp"
- //-------------------------------------------------------
- void __fastcall TForm1::Button7Click(TObject *Sender)
- {
- String s = "333333кенты";
- Edit1->Text = THashMD5::GetHashString(s);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement