h1k.sh/master [ home ] [ history ] [ rev 9 ] [ rev 10 ] --- rev 9 2026-05-04 17:16 UTC +++ rev 10 2026-05-04 17:21 UTC @@ -13,6 +13,7 @@ #lang:ini:hide [ can you upload private files? ] #lang:none:hide + yes - raw files can be uploaded privately in the form of being encrypted with your own passphrase. this encryption is done client-side meaning the server does not know anything and can only see an encrypted text. your security for your private files purely depend on your passphrase. for instance "cats123" as a passphrase allows people to easily brute-force your encrypted file, whereas a passphrase like "SaJ0!59bJ!@" would be more secure. @@ -21,9 +22,11 @@ for instance "cats123" as a passphrase allows people to easily brute-force your encrypted file, whereas a passphrase like "SaJ0!59bJ!@" would be more secure. (however : it should be noted that the route serving the file is still accessible to anyone who finds it however they must decrypt it to view the content) + #lang:ini:hide [ why cant we encrypt image files? ] + #lang:none:hide some people like to upload images that are against the rules such as (csam/copyright/etc.. view question below), allowing these people to encrypt said files makes it really hard for removal purposes - as we don't control encryption on the server-side)