ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 6634

how can I encrypt a table in a database

by Gold3nD1ck - 04-24-2019 - 03:57 PM
#1

hello the truth is that I do not have much idea of this I am more than C ++ and C # I would like to encrypt a specific table that would be the password in a database. My doubts
1-This is done on the php side by modifying the sql file or from the db administration web
2-Can someone pass me the code I'm looking for or tell me where I can study something about this?
Thanks in advance
drawNotification("Welcome to Royale 2.5, Created by SxsxModz");
C++/C# Dev
Gsc/r Dev
[Image: Royaletram2.png]

Reply
#2
I wouldn't recommend storing/hiding passwords with any type of encryption. A better method that a lot of people use nowadays is storing a salted hash of the password(s). One of the main reasons why this method is more secure than just simply encrypting passwords is because you don't need to encrypt or decrypt any values.
Reply
#3
i suggest salting your password hashes or whatever
Reply

Users browsing: 2 Guest(s)