yast2-core
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
libycp
src
y2crypt.h
Go to the documentation of this file.
1
2
3
/*
4
* Author: Arvin Schnell <arvin@suse.de>
5
*/
6
7
8
#ifndef _y2crypt_h
9
#define _y2crypt_h
10
11
12
#include <string>
13
14
using
std::string;
15
16
namespace
YaST
17
{
18
19
enum
crypt_t
{
CRYPT
,
MD5
,
BLOWFISH
,
SHA256
,
SHA512
};
20
21
bool
22
crypt_pass
(
string
unencrypted,
crypt_t
use_crypt,
string
* encrypted);
23
24
}
25
26
#endif
Generated on a sunny day for yast2-core by
1.8.2