- Native library pre loader is trying to load native sqlite library
- Answered by:
- Question
- Answers
- Native library pre loader is trying to load native sqlite library
- Answered by:
- Question
- Answers
- Native library pre loader is trying to load native sqlite library
- Лучший отвечающий
- Вопрос
- Ответы
- Native library pre loader is trying to load native sqlite library
- Answered by:
- Question
- Answers
- Native library pre loader is trying to load native sqlite library
- Answered by:
- Question
- Answers
Native library pre loader is trying to load native sqlite library
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I’m try to create text login project with encrypted passwords. this project was work prefetly before and now it’s not working with user login part. but, i can add user it’s working same as before. when i try to login this is the final event shows as output. after this nothing happen with login 🙁
My Code in Form:
Note: there is SQLite.Interop.dll included in both 64x and 89x folders in debug
Answers
Thanks for your feedback.
I use SQLServer database to make a test based on your code.
I find that if ‘Salt’ is unique to each password, then you should get the correct value of ‘hashedandsalted’.
You need to make sure that when you insert into the database, value of ‘Salt’ is correctly stored.
Native library pre loader is trying to load native sqlite library
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I’m try to create text login project with encrypted passwords. this project was work prefetly before and now it’s not working with user login part. but, i can add user it’s working same as before. when i try to login this is the final event shows as output. after this nothing happen with login 🙁
My Code in Form:
Note: there is SQLite.Interop.dll included in both 64x and 89x folders in debug
Answers
Thanks for your feedback.
I use SQLServer database to make a test based on your code.
I find that if ‘Salt’ is unique to each password, then you should get the correct value of ‘hashedandsalted’.
You need to make sure that when you insert into the database, value of ‘Salt’ is correctly stored.
Native library pre loader is trying to load native sqlite library
Лучший отвечающий
Вопрос
I’m try to create text login project with encrypted passwords. this project was work prefetly before and now it’s not working with user login part. but, i can add user it’s working same as before. when i try to login this is the final event shows as output. after this nothing happen with login 🙁
My Code in Form:
Note: there is SQLite.Interop.dll included in both 64x and 89x folders in debug
Ответы
Thanks for your feedback.
I use SQLServer database to make a test based on your code.
I find that if ‘Salt’ is unique to each password, then you should get the correct value of ‘hashedandsalted’.
You need to make sure that when you insert into the database, value of ‘Salt’ is correctly stored.
Native library pre loader is trying to load native sqlite library
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I’m try to create text login project with encrypted passwords. this project was work prefetly before and now it’s not working with user login part. but, i can add user it’s working same as before. when i try to login this is the final event shows as output. after this nothing happen with login 🙁
My Code in Form:
Note: there is SQLite.Interop.dll included in both 64x and 89x folders in debug
Answers
Thanks for your feedback.
I use SQLServer database to make a test based on your code.
I find that if ‘Salt’ is unique to each password, then you should get the correct value of ‘hashedandsalted’.
You need to make sure that when you insert into the database, value of ‘Salt’ is correctly stored.
Native library pre loader is trying to load native sqlite library
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I’m try to create text login project with encrypted passwords. this project was work prefetly before and now it’s not working with user login part. but, i can add user it’s working same as before. when i try to login this is the final event shows as output. after this nothing happen with login 🙁
My Code in Form:
Note: there is SQLite.Interop.dll included in both 64x and 89x folders in debug
Answers
Thanks for your feedback.
I use SQLServer database to make a test based on your code.
I find that if ‘Salt’ is unique to each password, then you should get the correct value of ‘hashedandsalted’.
You need to make sure that when you insert into the database, value of ‘Salt’ is correctly stored.