source:
network-game/server/crypt.h@
80b3f94
Last change on this file since 80b3f94 was e3535b3, checked in by , 12 years ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
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.