source:
network-game/server/crypt.h@
aee34b9
| Last change on this file since aee34b9 was e3535b3, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 138 bytes | |
| Rev | Line | |
|---|---|---|
| [e3535b3] | 1 | #include <string> |
| 2 | ||
| 3 | using namespace std; | |
| 4 | ||
| 5 | class Crypt | |
| 6 | { | |
| 7 | public: | |
| 8 | Crypt(); | |
| 9 | ~Crypt(); | |
| 10 | ||
| 11 | string encrypt(string); | |
| 12 | string decrypt(string); | |
| 13 | }; |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)