Advertisement:

Author Topic: How encrypt the password for Osclass user in .NET?  (Read 1015 times)

diffendbecker

  • Newbie
  • *
  • Posts: 4
How encrypt the password for Osclass user in .NET?
« 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!
« Last Edit: March 07, 2016, 08:09:40 pm by diffendbecker »

jerico

  • Newbie
  • *
  • Posts: 12
Re: How encrypt the password for Osclass user in .NET?
« Reply #1 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

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: How encrypt the password for Osclass user in .NET?
« Reply #2 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.

jerico

  • Newbie
  • *
  • Posts: 12
Re: How encrypt the password for Osclass user in .NET?
« Reply #3 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! :)