onguard icon indicating copy to clipboard operation
onguard copied to clipboard

OnGuard software security components for use with Free Pascal

Results 8 onguard issues
Sort by recently updated
recently updated
newest added

Is the project able to work with ARMHF for Raspberry Pi? Very simple test code: ``` program ogtest; uses sysutils,onguard,ogutil; const CKey:TKey=($DE,$AD,$BE,$EF,$CA,$FE,$BA,$BE,$FA,$CE,$FE,$ED,$B1,$6B,$00,$B5); var regcode:TCode; begin InitRegCode(CKey,'RegStr',EncodeDate(2022,12,31),regcode); writeln(BufferToHex(regcode,SizeOf(regcode))); end. ``` Compiles...

Hello, In order to have an identical behavior of MixBlock procedure (using a Longint variable i.e. a 32 bits), on a 32bits or 64bits CPU, I propose this adaptation in...

When a MachineID is created according to the command below: Result: = Abs (CreateMachineID ([midUser, midSystem, midDrives], False)); If the user connects an external HD, this function starts to fail,...

Trying sets up TOgDaysCode and TOgUsageCode to # counts using examples at ./exusg1 and ./exusg2. Counter # (days/runs) remaining works well but when I delete .ini file counter resets to...

When I try install the package tponguard_design.lpk it compiles fine but when I try to install it and rebuild lazarus it says Unit qonguard2 exists two times in unit path...

In lazarus 1.0.10 ongard gui not installing. Reason: ogreg unit not found Search path: ..\source\ Actual path : ..\source\lcl\ What I did to fix: cut/paste all files in ..\source\lcl to...

compiling send this error SysUtils, Classes, Graphics, Controls, Forms, Dialogs, qonguard2.pas(54,22) Fatal: Cannot find Graphics used by qonguard2, incompatible ppu=C:\lazarus\lcl\units\x86_64-win64\graphics.ppu, package LCLBase how i can compile to use this packages........

OnGuard\onguard\examples\regdemo\ uni_regcommon.pas Why result false when compare the two release codes? // Compare the two release codes result := AnsiUpperCase(ReleaseCodeString) = AnsiUpperCase(BufferToHex(CalculatedReleaseCode, sizeof(CalculatedReleaseCode))); function IsReleaseCodeValid (ReleaseCodeString: string; const SerialNumber :...