• Joined on 2025-07-20
michael closed issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload
michael commented on issue dutchcoders/transfer.sh#103 2026-01-19 18:28:59 +00:00
What are the privacy policy/terms of service?

@paolafrancesca commented on GitHub:

@roozbehzarei you should address @stefanbenten on this, since this repo is only for the codebase

there is a "Contact us" link in the https://transfer.sh/…

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@CodeCubeNeo commented on GitHub:

I guess yes, but you can guess that (although nearly impossible). You can close this and thanks for taking the time to answer my question ;).

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@toastie89 commented on GitHub:

The 'password' is part of the URL in form of the random key, isn't it?

michael commented on issue dutchcoders/transfer.sh#105 2026-01-19 18:28:59 +00:00
Is there anyone willing to develop gui desktop frontend?

@fr34kyn01535 commented on GitHub:

Why? Website works just fine.

michael commented on issue dutchcoders/transfer.sh#105 2026-01-19 18:28:59 +00:00
Is there anyone willing to develop gui desktop frontend?

@paolafrancesca commented on GitHub:

@gedw99 these are more or less all the REST endpoint relevant for a full…

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@CodeCubeNeo commented on GitHub:

So 20 lenght is default for transfer.sh?

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@paolafrancesca commented on GitHub:

@CodeCubeNeo

it's one of the example on the frontend:

# Encrypt files with password using gpg
$ cat /tmp/hello.txt
michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@toastie89 commented on GitHub:

For me the 6 characters also feel a bit short. I run an own instance of transfer.sh and set random-token-length to 20.

michael commented on issue dutchcoders/transfer.sh#105 2026-01-19 18:28:59 +00:00
Is there anyone willing to develop gui desktop frontend?

@paolafrancesca commented on GitHub:

I will keep this open in case anyone is interested in developing a desktop client (even if you didn't specify what platform for, @CodeCubeNeo )

I'm…

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@toastie89 commented on GitHub:

So 20 lenght is default for transfer.sh?

No, this is what I've set for my own installation. The default is 6.

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@paolafrancesca commented on GitHub:

fixed in #162 162

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@CodeCubeNeo commented on GitHub:

maybe change deafult to 10 or more? Just an idea.

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@paolafrancesca commented on GitHub:

maybe change deafult to 10 or more? Just an idea.

I will do

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@CodeCubeNeo commented on GitHub:

Great. always better to change security for the better over 4 characters (possible combos rise from 36^6 to 36^10 (36 is the number of possible characters only…

michael commented on issue usnistgov/macos_security#28 2026-01-19 18:28:59 +00:00
pwpolicy_minimum_length_enforce fails when min length > ODV

@brodjieski commented on GitHub:

Changes have been merged into primary branches.

michael commented on issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload

@phaninder-scalefusion commented on GitHub:

This is regarding the rule “system_settings_filevault_enforce”, which checks whether FileVault is enforced. However, it does not validate against…

michael commented on issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload

@brodjieski commented on GitHub:

Ahh, I see. Ok, so we do include the following in the fix of the rule yaml file, however, the guidance does not use this because it also has the mobileconfig_info.…

michael commented on issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload

@brodjieski commented on GitHub:

Hello! Which FileVault subsettings are you seeing this issue with? Are there specific rule files that are affected? I want to be able to accurately reproduce the…

michael opened issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?