source:
network-game/server/crypt.h@
171c4fe
| Last change on this file since 171c4fe was e3535b3, checked in by , 13 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.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)