You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* do not ask questions about that */
#define GRF_FLAG_FILE 1
#define GRF_FLAG_MIXCRYPT 2
#define GRF_FLAG_DES 4
/* extra custom-flag to delete a file while updating */
#define GRF_FLAG_DELETE 8
Needs to add the decrypt and decode methods for files.
https://github.com/carloshenrq/grf/blob/master/includes/libgrf.h#L72-L77
https://github.com/carloshenrq/grf/blob/master/src/grf.c#L1104-L1121
https://github.com/carloshenrq/grf/blob/master/src/grf.c#L892-L964
The text was updated successfully, but these errors were encountered: