Posts: 626
Threads: 76
Joined: Apr 2011
Reputation:
0
Does anyone know of a good Encryption methods or algorithms? I want to make something that can allow some data to be Encrypted and Decrypted, not Hashed. So please don't reply with SHA512 or Whirlpool, that's not what I need.
The language doesn't have to be in Pawn. It can be in C++, C#, etc.
Thanks.
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
can you explain what the point of having encryption is, if there's a way to decrypt it?
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
I'm sure he's more concerned with your intentions. If you're storing passwords, what's to stop you from stealing them?
Posts: 626
Threads: 76
Joined: Apr 2011
Reputation:
0
I guess nothing would be stopping me from stealing them. But you have to trust the people you are giving information too. What stops Microsoft and ****** from looking at your passwords? Nothing.
I need to encrypt the data because in a application I want to make, it stores app data in a cloud. When withdrawing the information from the cloud I would need to decrypt the data. Encrypting the data would only be in the benefit of the consumer in case of a database leak or something.