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
Currently, when encrypting file, file is first written to RAM, then encrypted from there. If file size is bigger than available RAM, it can crash the program and even corrupt the file.
Currently, when encrypting file, file is first written to RAM, then encrypted from there. If file size is bigger than available RAM, it can crash the program and even corrupt the file.
Add:
-max file size
-crash handling