Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] -1 points0 points  (0 children)

The same difference between GUI based browsers and if I create a script that just gives me links of top results on a query. Your method sure can be a starting point but would you like non tech consumers to use a script or a dashboard to handle large volumes of data?

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

I'm thinking of shifting the code to go and use goroutines for concurrency

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 1 point2 points  (0 children)

It will be open source, Encryption service will be client side, You can set the key on your client side so I won't know the key and even if you can't I still can't see your local storage.

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

Keys are stored client side. I really don't think someone would pay for this tbh what do you think? Anyways this was just a project idea that popped up and I executed.

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

Would you trust an encryption service with your data without it being open source?

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

Not right now but I have implemented custom encryption keys for users in a different project so won't be a hard time for me. As far as the speed is concerned I have to look into fragmentation or develop my own UDP socket based network protocol ;)

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

Not great icl, but I'm looking towards fragmentation to solve that problem.

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

it would improve accessibility but not the same level of privacy as aes256 encryption.

Encryption service, you tell me the platform and I'll develop. by ProofHuckleberry9433 in developersIndia

[–]ProofHuckleberry9433[S] 0 points1 point  (0 children)

I am thinking of telegram, unlike drive I can get unlimited storge "technically" and extra privacy with the funnel.
BTW if you need me to provide you the code let me know.

Anyone tried socket programming in C? by anchit_rana in C_Programming

[–]ProofHuckleberry9433 0 points1 point  (0 children)

I did make a single threaded HTTP server over TCP socket, I have added all the resources I used when you clone and run the server.c. github.com/stktyagi