password-protection
In-App FTP Access, How to keep my password safe?
I am planning pin making an ftp client, however how in my code in objective-c for my mac application can I keep my username and password safe? They will be in the code, so how can they be kept safe?[详细]
2023-04-04 19:01 分类:问答"corrupt" zip-file instead of password protecting
I develop android application that receives password-protected zip-file from the network. The idea is to protect content in these zip-files from extracting and copying.[详细]
2023-04-04 07:10 分类:问答using rewrite rules and php script to protect certain files (based on logged-in session)
i have a codeigniter website str开发者_如何转开发uctured like so: website.org/files/stuff/1/example.pdf[详细]
2023-04-03 23:28 分类:问答How to securely store and share log in credentials?
Hi and thanks in advance, I am looking for industry best practice or a ready made app to store and share passwords for for network resources.[详细]
2023-04-03 02:17 分类:问答Encrypting the password using salt in c# [closed]
It's difficult to tell what is being asked here. This question is 开发者_JAVA百科ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-04-01 16:45 分类:问答Load DB password and keys into PHPs memory on startup
I feel a bit anxious to put my database username, password and encryption keys into a PHP file that everyone who hacked himself into the server could easily read. Is it maybe possible to load PHP and[详细]
2023-04-01 08:41 分类:问答How can I access a password protected directory when htaccess redirects to 404?
I have a wordpress install with the following htaccess: <IfModule mod_rewrite.c> RewriteEngine On[详细]
2023-04-01 02:30 分类:问答What's the difference between bcrypt and hashing multiple times?
How is bcrypt stronger than, say, def md5lots(password, salt, rounds): if (rounds < 1) return password[详细]
2023-03-28 13:05 分类:问答Uninstallation password
I am making one phone security application in android. The point where I stuck is that How to set uninstall password for this app.[详细]
2023-03-27 21:46 分类:问答How secure is encryption for passwords with crypt() in PHP?
I\'m using cry开发者_Python百科pt() encryption in PHP like this: <?php $password = sanitizing_func($_POST[\'password\']);[详细]
2023-03-26 20:11 分类:问答