fernet/spec
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
fernet acceptance tests generate.json contains all parameters needed to deterministically generate a fernet token, as well as the token that should be generated. src: payload to be encrypted iv: 16-byte IV to use for encryption secret: base64-encoded 32-byte key to use for signing and encryption now: time to be used for the timestamp in the generated token token: value of the token that should be generated verify.json contains a valid token and all parameters needed to deterministically verify it. token: token to be verified ttl_sec: time-to-live in seconds now: current time of the verifying process secret: base64-encoded 32-byte key to use for signing and decryption src: unencrypted payload to be retrieved from the token invalid.json contains parameters for verification and a token that is invalid under those parameters, as well as a description of why the token is invalid. desc: reason why the token is invalid token: invalid token ttl_sec: time-to-live in seconds now: current time of the verifying process secret: base64-encoded 32-byte key to use for signing and decryption
About
Spec and acceptance tests for the Fernet format.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published