password-protection
Methods for encrypting an archive in C++
I\'m writing a game that will have a lot of information (configuration, some content, etc) inside of some xml documents, as well as resource files. This will make it easier for myself and others to ed[详细]
2023-02-07 10:24 分类:问答Password authentication every time the application is opened
I created an application but I want to add a password authentication every tim开发者_运维问答e the user open it. When it\'s the first time to open the application, the user must first input a password[详细]
2023-02-07 05:33 分类:问答My Javascript code does not work in IE but works fine in other browsers
I used th开发者_StackOverflow社区e following Javascript to password protect my webpage but it\'s not working for IE, although it works fine for Chrome and Firefox.[详细]
2023-02-07 02:44 分类:问答Password + Salt + SecretSauce? Helpful, or just a little obscurity?
Standard password security involves generating a random salt for each user, somehow combining that salt with their password and hashing them together, and then storing both the hash and sal开发者_运维[详细]
2023-02-06 23:20 分类:问答How do you use bcrypt for hashing passwords in PHP? [duplicate]
This question already has answers here: 开发者_StackOverflow中文版 How to use PHP's password_hash to hash and verify passwords[详细]
2023-02-06 21:12 分类:问答Password Protection for Images on Android
I am planning to create an application which protects images from unauthorized access by anyone. What I\'m planning to do is protect t开发者_StackOverflow社区he images by putting a password in the ima[详细]
2023-02-06 13:34 分类:问答Comparing accuracy for password and username: utf8_general_ci or utf8_bin?
I have read a post here that utf8_bin gives us more accuracy on comparing characters while utf8_general_ci does not.[详细]
2023-02-06 05:30 分类:问答Brute force attack permutations
Assuming an alphanumeric password of 8 characters the amount of permutations by my understanding would be.[详细]
2023-02-05 18:30 分类:问答vb.net database application does not work on user machine if database is password protected
In vb.net I am using password protected database with following connection string connetionString = \"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\vai\\vaiDB.mdb;Jet OLEDB:Database Password=s开发[详细]
2023-02-05 14:54 分类:问答Password Protected App
I have created an android application but I don\'t want una开发者_运维技巧uthorized persons to access and use my application. How can I make my application a password protected?One solution you can us[详细]
2023-02-05 12:04 分类:问答