Deploying - SecrecySupportTeam/secrecy GitHub Wiki

There is no specific requirement of deployment. However I have cleaned much of the project files to retain the minimum project code and simplify the repo, so one may need to try his way through the setup.

AES 256 Illegal Key Size??

However, to correctly set up AES256 functionality in your java compiler, you MUST follow the following:

Before proceeding make sure you have downloaded the jurisdiction policy for your respective Java platform from over here. Place the policy files in the {JDK_HOME}\jre\lib\security folder.

(adopted from source)