Silverwulfess
Game Owner
Anyone looked into this or use it? I see one post about it being available for a game but still see it looks to be in development. Any insight would be fantastic
It's designed specifically for pet games and generic frameworks are not. The list of features is below:@Design1online, I believe what was kinda asked wasn't so much testing or code coverage, but features or benefits to PGF over say another framework. Can you elaborate on that?
I really hope you're not encrypting passwords and you're just mixing up the terminology here.Players
- Toggle multiple accounts
- Username
- Player name
- Avatar
- Referral system
- Encrypted passwords
- Player editable page
No it's not a typo. Passwords are encrypted with SHA256 so they can be sent back out in an email without having to reset them every time you forget them. Even passwords that are hashed can be unhashed with enough time or through the use of hashing databases. Nothing is ever completely fool proof, even a password that's being hashed can be caught over wireshark, keylogger, unsecure wifi or a wifi pineapple -- hence why there are multiple types of hashing and encryption algorithms out there.I really hope you're not encrypting passwords and you're just mixing up the terminology here.
There's no reason to need to decrypt passwords and it's frankly an invasion of privacy.
Passwords should be hashed.
NBS
SHA256 is a hashing algorithm. So what are you actually using for your encryption?No it's not a typo. Passwords are encrypted with SHA256 so they can be sent back out in an email without having to reset them every time you forget them.
I'm not following your point here. Because it could be compromised elsewhere means it's OK to store them improperly and send them over email?Even passwords that are hashed can be unhashed with enough time or through the use of hashing databases. Nothing is ever completely fool proof, even a password that's being hashed can be caught over wireshark, keylogger, unsecure wifi or a wifi pineapple -- hence why there are multiple types of hashing and encryption algorithms out there.
That's great, but I believe the responsible thing is to have it secure by default.The beauty of PGF is that if you don't like how something is done you can easily change it to do something different so you're free to hash it, reverse it, plain text it or convert it into emoticons or lolcatz if you really wanted to.