A crypto library that provides all of the necessary crypto functionality to interact with the PlanetSide client.
Find a file
2016-07-25 01:34:40 -04:00
external PSF-CryptoPP commit bump 2016-07-25 01:34:40 -04:00
pscrypto Guard BUILD_DLL for Windows only 2016-07-25 01:27:39 -04:00
.gitignore Initial commit 2016-04-22 01:34:00 -04:00
.gitmodules Initial commit 2016-04-22 01:34:00 -04:00
Makefile Improve makefile, version code, and document 2016-07-25 00:57:28 -04:00
Makefile.inc Fix Makefile if 2016-07-25 01:18:14 -04:00
README.md Fix README.md git clone link 2016-05-02 00:01:18 -04:00

PSCrypto

A wrapper around CryptoPP for use with Scala or Java.

$ git clone --recursive https://github.com/psforever/PSCrypto.git

Or if you already cloned without getting the submodules

git submodule update --init --recursive

Building

GNU Make and a c++ compiler required.

$ make -j4

Cross Compiling

Use the environment variable PREFIX to define a compiler tuple for building. For example

$ PREFIX=x86_64-w64-mingw32- make -j4

This will build a pscrypto.dll for 64-bit Windows.