Scott

openpgp4fpr:358e81f6a54dc11eaeb0af3faa742fdc5afe2a72

  • 6 Posts
  • 288 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle







  • ScottAtoSelfhosted@lemmy.worldDocker on VM vs bare install on VM
    link
    fedilink
    English
    arrow-up
    33
    ·
    edit-2
    30 days ago

    Containers are just processes with flags. Those flags isolate the process’s filesystem, memory [1], etc.

    The advantages of containers is that the software dependencies can be unique per container and not conflict with others. There are no significant disadvantages.

    Without containers, if software A has the same dependency as software B but need different versions of that dependency, you’ll have issues.

    [1] These all depend on how the containers are configured. These are not hard isolation but better than just running on the bare OS.






  • ScottAtocybersecurity@infosec.pub*Permanently Deleted*
    link
    fedilink
    arrow-up
    46
    ·
    2 months ago

    All stored passwords should be salted and hashed. That means each one uses the same amount of space, regardless of original length.

    There should definitely be a minimum length but not a maximum (within limits; let’s not break web standards or the laws of thermodynamics).