Skip to content
Sign UpLog In

Community

#webserver
Applications of Generative AI with Replit and NVIDIA
Wed Mar 22 2023
Replit 101 Coding Helpline
Wed Mar 29 2023
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Explore the Community Hub
Explore the Community Hub
FEATURED
jeff
Announcing Ghostwriter Chat
AutoModeration
Welcome to Replit Community
TOP GLOBAL TIPPERS
1
JDOG787
JDOG787
110.2K
2
d31337
d31337
97.4K
3
CoderGautamYT
CoderGautamYT
34.2K
4
SHADOWMSTD
SHADOWMSTD
29.1K
5
vertal
vertal
25.5K
TOP TAGS
#games
#apps
#python
#javascript
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
SecureWeb
SecureWebThis is a script for a FastAPI server that includes routes for creating and verifying JSON Web Tokens (JWTs). The script includes a function for generating a JWT given a string (in this case, a hardware ID or "hwid"), and another function for verifying a JWT by decoding it and checking that it contains a valid "uuid" field. The script also includes a function for generating a secure hash of a password using the PBKDF2HMAC and Scrypt algorithms, as well as a function for verifying that a given password matches a stored hashed password. These functions can be used to store and verify user passwords in a secure manner. The script uses the cryptography library to perform various cryptographic operations, such as generating hashes and HMACs. It also uses the jwt library to encode and decode JWTs. Finally, it uses the FastAPI library to create an HTTP server and handle HTTP requests and responses.
ZuroXLL
ZuroXLL
This is a template nothings gonna happen when you run it, Its a FASTAPI web server protected with hashing and JWT Bearer Headers. Nice template to make private apis or whitelist apis TIPS AND FOLLOWS APPRECIATED 3 months ago