Search code examples
delphidelphi-2010lockbox-3

trying to install lockbox 3 for Delphi 2010


I'm trying to download LockBox3 so I can encrypt some files. I tried through Sourceforge and ran into all sorts of compiling difficulty such as the ANSI problem in the String Utility, $ENDIF rather than $IFEND, and others. I then went to the http://lockbox.seanbdurkin.id.au/Grok+TurboPower+LockBox link and I see lists of files but I don't see how to ultimately make a package that I can use in the application.

I'm not interested in modifying any source - I'm just hoping to use the utility/component as-is to encrypt/decrypt file such as in the codec examples.


Solution

  • You can download a svn client (take 1 minute)

    The installer contains all command line tools (svn, svnadmin, svnsync, svnserve, svnmucc) but no application bindings nor Apache modules.

    Command-line access

    Use this command to anonymously check out the latest project source code: Non-members may check out a read-only working copy anonymously over HTTP.
    svn checkout http://tplockbox.googlecode.com/svn/trunk/ tplockbox-read-only

    • 3) create a folder where you want to store the download
    • 4) inside that folder open windows cmd
    • 5) paste above svn checkout ... link to cmd

    enter image description here

    after ENTER the download starts.

    enter image description here