名称：
	crypt - 对一个字串进行编码 (encrypt)。
语法：
	string crypt( string str, string seed );

	字串 crypt( 字串 字串, 字串 种子数 );
用法：
	以字串“seed”的前两个字元当作种子数，对字串“str”进行编码。如果 
	“seed”为 0，就会用随机种子数进行编码。

	前两个字母为种子数。
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Aug.27.	v22 版
