The real deal y0

  • 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle


  • I think you got it wrong what i meant (?)
    Imagine i register on a website with my username ( DacoTaco ) and email ( someEmail@domain.com ). When i want to reset my password and click the “forgot password” link, it would ask my username, not my email address (something i know) and send me an email ( to someEmail@domain.com ) without reporting what email it sent it too. That way it could be considered a separate identity factor i think (access to the mailbox, something you have ).
    Websites generally dont work this way, i know. But thats how id implement it :')



  • Welcome to modern framework development!

    • C# has nuget
    • any nodejs based framework ( react, vue, angular, … ) (npm)
    • python …

    All of the above are chuckful of dependecies upon dependencies, and webdev stacks are the worst of them. They make it VERY hard to make software that requires any security related certification because of the dependency hell…
    I swear to god, all those frameworks are designed so badly when looking at dependency hell …

    … Yet i will write c and c# code everyday haha