Create a encryption tool written in Java that takes a list of unencrypted strings and encrypts them

Issue #216 resolved
Desrever Nu created an issue

The runnable source files can be included in the package

com.nubits.nubot.launch.toolkit

It should expose the following methods via an Interface:

 - String[] encrypt(String[] inputStrings, String passphrase)
 - String[] decrypt(String[] encryptedStrings, String passphrase)
 - String decrypt(String encryptedString, String passphrase)

Also produce a test case in the com.nubits.nubot.tests package showing how to use the methods above.

Comments (7)

  1. Log in to comment