UltraScan III
us_crypto.h
Go to the documentation of this file.
1 #ifndef US_CRYPTO_H
3 #define US_CRYPTO_H
4 
5 #include <QtCore>
6 
7 #include "us_extern.h"
8 
17 {
18  public:
26  static QStringList encrypt( const QString&, const QString& );
27 
34  static QString decrypt( const QString&, const QString&, const QString& );
35 };
36 
37 #endif