Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add secure note token #138

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    0db0d5f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Render secure_note in template

    Co-authored-by: Chris <cdilga@users.noreply.github.com>
    olivercoad and cdilga committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2283363 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Add secure note encryption

    Todo decryption
    
    Co-authored-by: Chris <cdilga@users.noreply.github.com>
    olivercoad and cdilga committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ed27af1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Implement decryption

    Add secret key to url fragment automatically
    
    Co-authored-by: Chris <cdilga@users.noreply.github.com>
    olivercoad and cdilga committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d087bd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. add: styling + behavior matches generate_new in secure note

    Uses generate_new.html as a template for the new secure_note.html
    to generate a consistent ui with other canarytoken pages.
    Includes necessary handling to operate without javascript.
    Uses existing libraries to add styles.
    
    Co-authored-by: oli <oliver.coad@gmail.com>
    cdilga and olivercoad committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    7f43341 View commit details
    Browse the repository at this point in the history