Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / src / crypto.rs
2021-03-05 Greg BurriMerge branch 'master' of euphorik.ch:rup into master master
2020-09-10 Greg BurriMove all the backend code to a 'backend' directory.
2020-09-02 Grégory BurriAutomatically generate a key if the key file isn't...
2020-09-02 Grégory BurriAdd a new format version (2) for encrypted text.
2019-08-27 Grégory BurriCheck the size of the message before decrypting it.
2019-08-08 Grégory BurriCleaning, thanks Clippy.
2019-08-08 www-dataCleaning
2019-08-07 Grégory BurriCleaning+comments.
2019-08-07 Greg BurriAdd decipher function.
2019-08-05 Greg BurriImplementation of 'encrypt'.
2019-07-26 Greg BurriDecode from base64
2019-07-21 Greg BurriRead and decode key file
2019-07-05 Greg BurriAdd a configuration file + crypto module interface