Commit Graph

83 Commits (06ea9c18f8bfbfa6fc7e44f27ab11a68c811bca2)

Author SHA1 Message Date
Sam Tuke 06ea9c18f8 Development snapshot 14 years ago
Sam Tuke 4da67b0a08 Development snapshot; encryption stream wrapper now successfully writes files, and passes unit tests 14 years ago
Sam Tuke ed980674a6 Development snapshot 14 years ago
Sam Tuke e3ac15bad3 development snapshot 14 years ago
Sam Tuke 32ee3de918 Extensive work on crypto stream wrapper implementation 14 years ago
Sam Tuke 293a0f4d32 Started rewrite of cryptstream class (renamed to stream) 14 years ago
Sam Tuke f11f524dfa working on streaming decrypted content 14 years ago
Bjoern Schiessle d039f11905 provide ocs calls and keymanager functions to get/set both keys (private, public) of a user together 14 years ago
Bjoern Schiessle 92ec88c7bc move chane password code from keymanager.php to crypt.php 14 years ago
Sam Tuke 6ce315fe58 added wrapper method in crypt class for encrypting asymmetric and symmetric simultaneously 14 years ago
Bjoern Schiessle 34f93ac765 check if user has write access to a given file before updating the filekey 14 years ago
Bjoern Schiessle e4450d1035 execute file hooks only if server side encryption is enabled 14 years ago
Bjoern Schiessle 12628be38b only call proxies for server side encryption 14 years ago
Bjoern Schiessle 368ade6b2f code cleanup 14 years ago
Bjoern Schiessle bd7d566733 change private key passphrase; disable file proxy for keymanager operations 14 years ago
Bjoern Schiessle a969c23e59 disable admin choice of encryption mode once a decision was taken 14 years ago
Bjoern Schiessle 800942ece7 change key password when user switches from client to server side encryption. 14 years ago
Bjoern Schiessle 5a261b5b8f ask user for passwords when switching from client to server side encryption 14 years ago
Bjoern Schiessle dc596a72c3 remove function which is no longer needed 14 years ago
Bjoern Schiessle d4974b6d4a set default dependencies in keymanager.php 14 years ago
Bjoern Schiessle 5bb3ea9740 define default properties in keymanager.php 14 years ago
Bjoern Schiessle 773d7b119d OCS api calls cleanup 14 years ago
Bjoern Schiessle d5808f07ca return a list of all public keys for a given file 14 years ago
Bjoern Schiessle 6b058cd359 allow user to choose encryption mode 14 years ago
Sam Tuke c4d1ad1b7d Made dependencies of Kaymanager::setFileKey() explicit using dependency injection 14 years ago
Sam Tuke 84fd62b130 Implemented writing of keyfiles and directory hierarchy in proxy class 14 years ago
Sam Tuke eebf76d344 Implemented writing of keyfiles and directory hierarchy in proxy class 14 years ago
Bjoern Schiessle f6863f9e51 get encryption mode from the settings 14 years ago
Bjoern Schiessle ee15c40b14 comment added 14 years ago
Bjoern Schiessle 23391b3694 get/set key files, take shared files into account 14 years ago
Bjoern Schiessle f752a27605 write keyfiles to server 14 years ago
Bjoern Schiessle bb229f7291 write private/public key from the client to the server 14 years ago
Bjoern Schiessle bdb406916c fixed path for filesystem view 14 years ago
Bjoern Schiessle 3ab4ddd1da function to ask for the encryption mode (server side or client side). 14 years ago
Sam Tuke 9f51841c57 Mainly work on implementing new encryption system (+ keyfile handling) into proxy classs 14 years ago
Sam Tuke adf5c953dd Fixed use of OCFSV in getPrivateKey() 14 years ago
Sam Tuke e6de086fb6 Fixed various bugs in hooks class 14 years ago
Sam Tuke 66b461629b Started implementation of new encyryption classes into the encryption proxy 14 years ago
Bjoern Schiessle 6d1ed388c0 keymanager class for basic operations to store and retrieve keys 14 years ago
Sam Tuke d766ca8b19 Changed util class methods to use / create public keys in single shared public-keys directory, and group encryption-related user files 14 years ago
Sam Tuke 9368ea73c8 added tests and methods relating to handling of legacy keys 14 years ago
Sam Tuke 9216289856 Wrote new methods for testing if a file is encrypted using AES or Blowfish 14 years ago
Sam Tuke d294e77721 Development snapshot: 14 years ago
Sam Tuke 283561823f Added methods for handling encrypted file + iv content 14 years ago
Sam Tuke 6af99f3a09 Development snapshot: 14 years ago
Robin Appelman 6707e4187e only use 1 fsview when initializing encryption 14 years ago
Robin Appelman 56de98ed8c fix saved file size for uploaded files 14 years ago
Robin Appelman d0455c5819 truncate decrypted files based on filelength 14 years ago
Robin Appelman debd9c8dfb fix problem with encryption flag not being saved correctly in the filecache 14 years ago
Robin Appelman 195c37f88a fix for encryption binary files 14 years ago