[nhusers] Re: Encrypted Password

2009-08-13 Thread Fredy Treboux
As Dario said: Put your connection string in connectionStrings section of app.config Encrypt the section (http://msdn.microsoft.com/en-us/library/53tyfkaw.aspx). Tell NHibernate to use your connection string: YOUR_CONNECTION_STRING_NAME Best regards. On Thu, Aug 13, 2009 at 5:20 AM, Maik wrote

[nhusers] Re: Encrypted Password

2009-08-13 Thread Maik
I wonder why everybody is now talking about ASP.NET. I'm sorry to say, that I don't develop ASP.NET applications. In my case I develop WinForms applications. On 10 Aug., 18:40, Tuna Toksoz wrote: > http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx > > Tuna Toksöz > Eternal sunshine

[nhusers] Re: Encrypted Password

2009-08-10 Thread Tuna Toksoz
How soon depends, if it is the thing that I have in mind. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Aug 10, 2009 at 7:39 PM, Fabio Maulo wrote: > I'm afraid I will say the same soon for

[nhusers] Re: Encrypted Password

2009-08-10 Thread Tuna Toksoz
http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Mon, Aug 10, 2009 at 5:31 PM, Maik wrote: > > Hey folks, > > due to security reasons w

[nhusers] Re: Encrypted Password

2009-08-10 Thread Fabio Maulo
I'm afraid I will say the same soon for another FX. 2009/8/10 Ken Egozi > ha ha ha :)It's ASP.NET core thing. > > anyway, the MS MVC stuff is actually a very good imitation of Monorail. > almost as good ... :) > > > On Mon, Aug 10, 2009 at 6:18 PM, Fabio Maulo wrote: > >> For a moment I saw a

[nhusers] Re: Encrypted Password

2009-08-10 Thread Ken Egozi
ha ha ha :)It's ASP.NET core thing. anyway, the MS MVC stuff is actually a very good imitation of Monorail. almost as good ... :) On Mon, Aug 10, 2009 at 6:18 PM, Fabio Maulo wrote: > For a moment I saw a mirage Jen talking about ASP.MVC... but was only a > mirage ;) > > 2009/8/10 Ken Ego

[nhusers] Re: Encrypted Password

2009-08-10 Thread Fabio Maulo
For a moment I saw a mirage Jen talking about ASP.MVC... but was only a mirage ;) 2009/8/10 Ken Egozi > there are the facilities in ASP.NET that allow encryption of connection > strings from section. > > > On Mon, Aug 10, 2009 at 5:58 PM, Maik wrote: > >> >> thanks fabio, >> this is what i

[nhusers] Re: Encrypted Password

2009-08-10 Thread Ken Egozi
there are the facilities in ASP.NET that allow encryption of connection strings from section. On Mon, Aug 10, 2009 at 5:58 PM, Maik wrote: > > thanks fabio, > this is what i have been looking for! > > =) > > > On 10 Aug., 16:50, Fabio Maulo wrote: > > http://nhforge.org/wikis/howtonh/dynamical

[nhusers] Re: Encrypted Password

2009-08-10 Thread Maik
thanks fabio, this is what i have been looking for! =) On 10 Aug., 16:50, Fabio Maulo wrote: > http://nhforge.org/wikis/howtonh/dynamically-change-user-info-in-conn... > > 2009/8/10 Maik > > > > > > > Maybe you got me wrong. I want the connection string to be encrypted. > > > On 10 Aug., 16:3

[nhusers] Re: Encrypted Password

2009-08-10 Thread Dario Quintana
You can always use in the configuraton connectionstring_name in the web/app.config and then encrypt the file. Then you can read the connection string and decrypt it programmatically. On Mon, Aug 10, 2009 at 11:31 AM, Maik wrote: > > Hey folks, > > due to security reasons we are forced to only st

[nhusers] Re: Encrypted Password

2009-08-10 Thread Fabio Maulo
http://nhforge.org/wikis/howtonh/dynamically-change-user-info-in-connection-string.aspx 2009/8/10 Maik > > Maybe you got me wrong. I want the connection string to be encrypted. > > > > On 10 Aug., 16:37, "allan.ritc...@gmail.com" > wrote: > > http://code.google.com/p/unhaddins/source/browse/#sv

[nhusers] Re: Encrypted Password

2009-08-10 Thread Maik
Maybe you got me wrong. I want the connection string to be encrypted. On 10 Aug., 16:37, "allan.ritc...@gmail.com" wrote: > http://code.google.com/p/unhaddins/source/browse/#svn/trunk/uNhAddIns... > > The connection string will have nothing to do with this > implementation. > > On Aug 10, 10:3

[nhusers] Re: Encrypted Password

2009-08-10 Thread allan.ritc...@gmail.com
http://code.google.com/p/unhaddins/source/browse/#svn/trunk/uNhAddIns/uNhAddIns/UserTypes The connection string will have nothing to do with this implementation. On Aug 10, 10:32 am, Maik wrote: > Oh .. I forgot to tell you, that I mean the connectionstring in > hibernate.cfg.xml > > Sorry for

[nhusers] Re: Encrypted Password

2009-08-10 Thread Maik
Oh .. I forgot to tell you, that I mean the connectionstring in hibernate.cfg.xml Sorry for that. On 10 Aug., 16:31, Maik wrote: > Hey folks, > > due to security reasons we are forced to only store usernames and > passwords in an encrypted format (prefered encryption algorythm is > AES). Now I