Menu

How to encrypt parameters

Celvin Kattookaran
Attachments
encryption export.jpg (51539 bytes)
encryption.jpg (49066 bytes)

Planning Client Utils allows encryption. It does not allow you to encrypt just password, if you are using encryption you need to encrypt entire options.

Encryption can be done by calling the jar file as shown below.

You can encrypt the entire option by navigating to Planning Client Utils lib directory (C:\Users\Administrator\Desktop\Planning_Mbr_Operations_Util_1.4\lib)

Issue the following command

java -jar PlanningClientUtils.jar -encrypt="-U=admin,-P=password,-S=Svartalfheim,-A=Vision,-SEC_FILE="""C:\Temp\ExpSecFile.txt""",-DELIM=|,-exportsec,-ACCESS_GROUP="""Vision Planner"""#ID"`

It'll display the non encrypted string and encrypted string on screen, if there are spaces then use """ as shown above to escape them

-U=admin,-P=password,-S=Svartalfheim,-A=Vision,-SEC_FILE="C:\Temp\ExpSecFile.txt",-DELIM=|,-exportsec,-ACCESS_GROUP="Vision Planner"#ID
Encrypted Text : F8TwryJheHDjY5YRn/EX6rZFWpTyO9Hin1KWGIq1kxeWjHj2eTkaSp36yXSvzRC8v49N4QGzSVyzds4yqbx+Qt45wAK9H5nSgT09CXJV3l2MqZlr5jQxSbBkJBXE9xGeiy964VYi5RJy8uBiLjizzNx6mEyNi1BRNqKROfTsHeyvMqJFny51Bd+p8XTCEZhe


MongoDB Logo MongoDB