<div dir="ltr"><div>Hello,<br></div><div><br></div><div>I read a blog about performance comparison between fernet and uuid tokens. They said that fernet tokens is 30% faster for creation but 400% slower for validation. Is it true?</div><div><br></div><div>I want to use Keystone for Swift. I will have many requests with the same tokens so I need faster validation than faster creation. I would use uuid tokens but fernet tokens give us very good pros (we don't need to use a database). So, I decided to cache all fernet tokens on the Swift Proxy side for 30 minutes. Will the performance be the same for checking tokens in a cache or fernet tokens will still be 400% slower? </div><div><br></div><div>Sincerely,</div><div>Alexandr</div></div>