I am trying to implement gost 28147-89 algorithm for encrypting and decrypting string.
In the bouncycastle documentation I didn't understand how to implement gost 28147. How can I make a simple class which encrypts and decrypts a string using the gost 28147-89 algorithm?
Quoting from GOST28147Test.java (basically an example class from the bouncy castle people for exactly that encryption scheme):
And so on ...