Create a new way of encrypting tokens
As a part of fixing crypto-helper issue we need to create new way of creating nonce: nonce -> first 96 bit of sha256(plaintext_token) - this way allows us to create encrypted token without additional data stared in database.
There was an idea as well to store information about the way of encoding (using dynamic or static nonce) alongside token.
Edited by Gosia Ksionek