• 6 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


  • I think the issue that they are trying to make is that there are modern ways of protecting the keys with hardware level security, that aren’t being used. As someone who works in AppSec this is all too common. All it takes is one library in an application to be popped (doesn’t have to be signal), and security keys end up leaked. If it isn’t already, I’m sure that signals keys will be included in exfil scripts.

    Tools like TPM and SecureEnclaves (TrustZone,etc) mean that malware, and other nasties have a higher bar that they need to meet.










  • Thanks for the feedback. The initial page will be going away pretty quickly, it’s why I didn’t spend much time on it. I will be replacing it with a real CMS here in a couple of days. I haven’t gotten to any of the mobile view, but I made sure that I went with tailwind so that working with the break points will be a lot easier. I’m mostly a backend dev so this is the first time that I’m starting from ‘scratch’ (leaning heavily copy pasta style).

    It’s a content management and sharing system, I have been using world anvil for a while and really like it but I spend way more time working on getting all of my images to look right than working on content. Additionally I am to the place where I am wanting to break off some of my content to make it available for me to run in smaller adventures for play testing. I figured that if it’s a problem that I have some others probably have it too.

    Thank you for the feedback. I will make sure that I do some mobile testing to tighten it up.