~ubuntu-branches/ubuntu/vivid/unrar-nonfree/vivid

« back to all changes in this revision

Viewing changes to secpassword.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2015-02-03 12:58:01 UTC
  • mfrom: (1.1.18) (5.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20150203125801-od6ev8cqy1er51vz
Tags: 1:5.2.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    bool IsSet() {return PasswordSet;}
23
23
    size_t Length();
24
24
    bool operator == (SecPassword &psw);
 
25
 
 
26
    // Set to true if we need to pass a password to another process.
 
27
    // We use it when transferring parameters to UAC elevated WinRAR.
 
28
    bool CrossProcess;
25
29
};
26
30
 
27
31
 
28
32
void cleandata(void *data,size_t size);
29
 
void SecHideData(void *Data,size_t DataSize,bool Encode);
 
33
void SecHideData(void *Data,size_t DataSize,bool Encode,bool CrossProcess);
30
34
 
31
35
#endif