Neeva wrote:
Then I have to solve that myself. My point is that it would be nice to know where LLBLGenPro is protective from a security point of view and where not. So that I can determine in which scenarios I must take action to make my code secure.
Could you please provide this information?
Thanks!
I have no idea how encoding HTML is of any relevance to 'security'...
Could you explain that to me please?
LLBLGen Pro doesn't do any encoding, encrypting etc. for you, it stores the data as you give it to it and it pulls the data from the db as it's stored inside the db. What you do with the data after that is up to you.