All Projects → wuyr → HexagramDecoder

wuyr / HexagramDecoder

Licence: Apache-2.0 license
易经64卦编解码

Programming Languages

kotlin
9241 projects

易经64卦编解码

䷹䷨䷢䷑䷹䷸䷢䷱䷹䷘䷪䷠䷺䷈䷲䷹

兌損晉蠱兌巽晉鼎兌無妄夬遁渙小畜震兌


原理:

  • Base64刚好对应64卦象,编码时先将目标字符串转成标准的Base64,然后拆分每一个字符,从映射表中取出对应的卦象。
  • 解码同理,先把卦象码通过映射表得到Base64,然后解码Base64。

Demo下载: app-debug.apk

效果:

preview preview preview preview


思路来自:

preview

preview

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].