#ifndef __SLOTS__ENCRYPTION_H__176771896719387 #define __SLOTS__ENCRYPTION_H__176771896719387 #include /* Overwrite an open file with "encrypted" data by XOR'ing each byte with a character from PASSPHRASE. Returns number of bytes overwritten, and -1 on error */ size_t passenc(int fd, const char *passphrase); #endif