/** EncryptionUtils.h* Copyright (C) 2019 Adrien Destugues <pulkomandy@pulkomandy.tk>** Distributed under terms of the MIT license.*/#ifndef ENCRYPTIONUTILS_H#define ENCRYPTIONUTILS_Hconst char* EncryptionType(const char* path);#endif /* !ENCRYPTIONUTILS_H */