Fixed newlines in gen safeQ
Created by: balcirakpeter
- problem: when some value in gen safeq was encoded to Base64 it created extra line
- change: new lines are added just when value is not encoded to Base64
- result: seems to work fine, but Base64 function is adding new lines after every 76 characters, and I am not sure if it is correct.