Skip to content

Instantly share code, notes, and snippets.

@cpamungkas
Created June 21, 2012 09:17
Show Gist options
  • Save cpamungkas/2964788 to your computer and use it in GitHub Desktop.
Save cpamungkas/2964788 to your computer and use it in GitHub Desktop.
Example Delphi Generator Key
procedure TForm1.btn2Click(Sender: TObject);
begin
Edit1.Text := GeneratePWDSecutityString();
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment