Is your feature request related to a problem? Please describe.
Access tokens was and is the base of Quark security system, but the token table must have some security improvements though.
Describe the solution you'd like
In Quark Server, the tokens was not encrypted at all. It means that anyone who gained access to the file system could just take the tokens for free. To prevent this, the tokens must be encrypted and salted.
Is your feature request related to a problem? Please describe.
Access tokens was and is the base of Quark security system, but the token table must have some security improvements though.
Describe the solution you'd like
In Quark Server, the tokens was not encrypted at all. It means that anyone who gained access to the file system could just take the tokens for free. To prevent this, the tokens must be encrypted and salted.