Thread: **New Installer
View Single Post
  #50  
Old 10-11-2015, 14:53
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by felice2011 View Post
Hey rinaldo I tried to add the password to decompress the files to your installer but continues to give the following error..

?
sha1pass=felice
Code:
function pass: string;
begin Result := 'f2c3bb4f15071c2926893de07fd34773187ecd9b'; //encrypted pass to sha1
end;

function CheckPassword(Password: String): Boolean;
var p: string;
begin p := pass; Result := GetSHA1OfString(Password) = p;
end;



example: pass 12345
Attached Files
File Type: 7z _Output.7z (5.04 MB, 188 views)

Last edited by rinaldo; 10-11-2015 at 16:23.
Reply With Quote