Osclass forums

Support forums => old => Topic started by: diffendbecker on March 07, 2016, 01:23:56 pm

Title: How encrypt the password for Osclass user in .NET?
Post by: diffendbecker on March 07, 2016, 01:23:56 pm
Hi!
I'm making a desktop application with possibility to add the users into local OSclass database.

1. What encryption library should I use in .NET for this purpose? Or may be I can use any other way?
All I need is to create a string which I can insert into "user" table of Osclass as a password and later I will need to login in Osclass as usually.
May be I can send a GET or POST request to register user?

2. What is the "s_secret" field in "user" table?

I'm using OSclass 3.5.6
Thank You!
Title: Re: How encrypt the password for Osclass user in .NET?
Post by: jerico on March 20, 2018, 09:10:10 pm
Hi ,
I didn't want to start a new topic, since what I am looking for is #2 question: what is "s_secret" field?

So does anybody knows what is, and what is used for? Thanks
Title: Re: How encrypt the password for Osclass user in .NET?
Post by: WEBmods on March 20, 2018, 11:28:49 pm
Hello,

It would have been better if you created a new topic.

However, AFAIK, s_secret is some kind of a password or an identifier for the ad.

Regards.
Title: Re: How encrypt the password for Osclass user in .NET?
Post by: jerico on March 21, 2018, 05:24:40 pm
I understand that but I thought if somebody can put some more "light" on this issue :)

Any case, thanks again Patrick, you already helped me a lot! :)