aureliencarle / cryptext

GNU General Public License v3.0
0 stars 0 forks source link

Draft of file interface #41

Closed GregoireUhlrich closed 2 years ago

GregoireUhlrich commented 2 years ago

Refactor of the file interface. Should be responsible of all file operations, leaving the rest of cryptext free of os calls to read, write, create or remove files.

aureliencarle commented 2 years ago

@GregoireUhlrich We agree that this proposition is not implemented in the code yet. It's just the skull of the interface implementation. A changing of functions call need to be done in session.py ?!

GregoireUhlrich commented 2 years ago

Yes indeed