Coder Social home page Coder Social logo

kjhjason / kjhjason.com Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 65.99 MB

My Portfolio + Blog Web Application

Home Page: https://kjhjason.com

License: MIT License

Rust 67.04% Dockerfile 0.33% CSS 1.30% JavaScript 4.21% HTML 23.08% Python 4.04%
actix-web portfolio-website rust

kjhjason.com's Introduction

kjhjason.com

This is the source code for my personal website, kjhjason.com.

Note: The website design is inspired by leerob/leerob.io.

Tech Stack

Backend

Frontend

Deployment

Security

  • Automated attacks are mitigated using Cloudflare's turnstile CAPTCHA solution.
  • Passwords are hashed using Argon2.
  • TOTP secrets for 2FA are encrypted using XChaCha20-Poly1305 before being stored in the database.
  • Nonces are generated with rand::thread_rng() that is cryptographically secure and are usually 32 bytes long.
  • Implemented various middleware for enhanced security to adhere to OWASP Top 10 guidelines:
    • Content Security Policy.
    • Cross-Site Request Forgery.
    • HTTP Strict Transport Security.
    • Authentication using HMAC-SHA512 via hmac-serialiser for a shorter but secure tokens instead of using JSON Web Tokens (JWT).

kjhjason.com's People

Contributors

kjhjason avatar dependabot[bot] avatar

Stargazers

Eden avatar

Watchers

Lucian avatar  avatar  avatar

kjhjason.com's Issues

Add Comments

Probably not going to be implemented in the near future.
But put it here as planned.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.