I am creating application in C# having XML as back end.So i want this Back end to be secured.
What methods should I use for securing back end?
Will encryption be a good way for this?
If yes then which encryption algorithms must be preferred?
Securing Back End
Started by gamiR, Jan 06 2009 08:24 AM
4 replies to this topic
#1
Posted 06 January 2009 - 08:24 AM
Busy Penguin
|
|
|
#2
Posted 06 January 2009 - 09:09 AM
I'm confused. XML is just a file format. Given that, if you are using C# to make an ASP.net app, you just need to protect the XML files from being directly accessed by the user. If you are talking about a standalone app, the XML files are probably going to be on the machine, and thus vulnerable, unless you are creating a client-server app.
#3
Posted 07 January 2009 - 01:52 AM
I am developing application which manages XML databases.So in this app, users will have different access rights on Database.For that we are using XML file which stores this access rights information which can be modified only using this application.I want thus to protect this file from external access.
Busy Penguin
#4
Posted 07 January 2009 - 08:08 AM
Depending on the language/library that is managing it, you could use an encrypted zip file to store the permissions database.
#5
Posted 10 May 2009 - 11:27 PM
Friends,
In Access 2007, is there a way to keep someone from opening the back end data file, of a split database, and opening the tables....
Did any one see about vbulletin forums/blogs new design. now vbulletin has introduced 4.0 design template.its having the better Securable.
Thanks,
seoblogcentral - vbulletin,jelsoft,forum,bbs,discussion,bulletin board,message board,blog,discussion forum
In Access 2007, is there a way to keep someone from opening the back end data file, of a split database, and opening the tables....
Did any one see about vbulletin forums/blogs new design. now vbulletin has introduced 4.0 design template.its having the better Securable.
Thanks,
seoblogcentral - vbulletin,jelsoft,forum,bbs,discussion,bulletin board,message board,blog,discussion forum


Sign In
Create Account


Back to top









