Here is a client in Python that will give you an idea about how the use the neuroFuzz crypto SOAP service. The source code:
A run of the client listed above yields some discovery via the following results:
An actual client that uses one of the methods (the example below uses "encrypt") looks like this:
A call out to "encrypt" via a client like this simply gets you a final value as a string, as such:
The main thing to note is that this is a very simple but effective service. How you manage your, or your end-user, keys is up to you. As long as a proper key is provided this service will be effective when the decrypt method is invoked. Using the simple Python client already provided you would invoke the decrypt method like this:
Just for the sake of variety here is a very simple Perl client that utilizes SOAP::Lite to invoke one of the methods in question:







