Skip to content
Discussion options

You must be logged in to vote

no;

Filekeys are a sha512 hash of salt + filesystem path + file size + inode number. All of these values (except for salt) are provided by the filesystem, so the filekey cannot be changed for a single file, unless you delete and recreate the file (which gives it a new inode number).

The salt is randomly generated the first time you launch copyparty and is written to ~/.config/copyparty/fk-salt.txt but can be overridden with --fk-salt. Changing the salt will change all keys.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dawidmachon
Comment options

Answer selected by dawidmachon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants