OnTheGo Secure

OnTheGo Secure

12 devlogs
25h 11m
•  Ship certified
Created by AlDeep

OnTheGo is online message End-to-End (PGP) encryption service, you can save different public keys

Await for the cloud service feature and log in from different devices 🔥.

Timeline

Ship 1

0 payouts of shell 0 shells

AlDeep

6 days ago

AlDeep Covers 12 devlogs

Finally
- Finished the Encryption / Decryption functionality✅
Future work
- Integrating database into the system, and probably going to be as always Supabase + DrizzleORM.

I would love to see people getting benefit from this, and if you like it you can give this project a follow, thanks ;) ❤️

Update attachment
AlDeep
AlDeep
3h 54m 7 days ago

Implemented the decrypting logic, somehow there was error with password or uid in decrypting, and took me a while to realize it was getting type of object from cookies 😭 so converted it to string.

Update attachment
AlDeep
AlDeep
5h 42m 7 days ago

Implemented Encryption key generation logic with this reactive design, was quite extensive but generally now the user can use someone's public key who is the recipient as shown in the gif and encrypt data with that (In progress), all on his client side.
Also as shown the generate key interface is working as saves data on the local storage.

Update attachment
AlDeep
AlDeep
1h 32m 7 days ago

Encountered a problem encryption algorithm, it was supposed to be known issue with ECC and typescript specifically the ed25519, didn't know what to do, i found another way, i used the RSA algorithm and until now there are no errors.

Update attachment

Implemented the main encryption interface.

Update attachment

Implemented all routes ✅
Generate keys, encrypt and decrypt

Future work⏰
Implementing the openPGP🛡️node library on the client

Update attachment

Finished Design For all the website ✅
Now, implementing the design and seeing how i can implement the logic for the encryption.

Update attachment
AlDeep
AlDeep
1h 45m 8 days ago

✅ Added the design for ./dashboard page
✅Functional disposal button (It deletes data recorded from sign up)

Update attachment

Much better navigation bar and designed the Keys page

Update attachment

Made a user flow, then started designing UI.

Update attachment
AlDeep
AlDeep
1h 57m 9 days ago

Added Sign Up feature and dashboard route with authorization.

Update attachment

Initialized the project, used shadcn UI ,added first page login page.

Update attachment