changed encryption method of SecStrings from Rijndael to ArcFour (much faster)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@49 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-02-22 19:12:44 +00:00
parent 68f1d12d74
commit f89372b0c5
13 changed files with 281 additions and 116 deletions

View File

@@ -38,6 +38,7 @@ public:
vector<EntryViewItem*>Items;
QMenu *ContextMenu;
private:
void setEntry(CEntry* entry);
int CurrentGroup;
protected:
virtual void contextMenuEvent(QContextMenuEvent *event);