Discussion about local saving data for a program that uses sockets

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • hashcat

    World's fastest and most advanced password recovery utility

    2) Saving it encrypted in a file (txt/binary/etc...) not to mention if it's symmetrical or asymmetric encryption or even just going xor on the data it gives 2 problems, if it's an open source program you can just read how it was saved, there are programs that open encryption no matter what like HashCat so if anyone gets the file it will take time to crack but if the user won't change it password it will reveled.

  • Koa

    Expressive middleware for node.js using ES2017 async functions

    Any tampering of the cookie, voids the cookie. The cookie never stagnates. Look signed cookie, and keygrip here. Another validation alongside JWT's.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

    Have a look at Vue.js core how they do reactivity. Then try to get how React and Angular does.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts