AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
mystic-crypt is designed as a Java library that can be used for simple and complex encryption and decryption.
The source code for the library is available under https://github.com/astrapi69/mystic-crypt
For demonstration what the library can do there is a graphical client:
The source code for the ui is available under https://github.com/astrapi69/mystic-crypt-ui
Encryption/Decryption tool for words/hash/digits/encoded text
Word Cipher - KRIEG Technologies
Developed by: Northumber, KRIEG Technologies
This application is developed for encode/decode words and translate them into commons encryption languages but also ancient ciphering language.You can encrypt/decrypt words or text or digits into:
----- Text Ciphering -----
Albam Latin (Temurah)
Atbash Latin (Temurah)
Avgad Latin (Temurah)
Caesar Cipher
Flipped Text
----- Text Rotation -----
ROT5 (Digits)
ROT13 (Text)
ROT18 (Text & Digits)
ROT47
----- Text to Number -----
Binary
Hexadecimal
----- Text Encoding -----
Base 64
HTML Entities
----- Text Hashing -----
AES
MD5
SHA1 (160 bit)
SHA256
SHA384
SHA512
Word Cipher is a free-distributed software.
The algorithm allows any kind of weights (costs, frequencies), including non-numerical ones. The {0, 1, ..., n-1} alphabet is used to encode message. Built tree is n-ary one.The algorithm is based on a set of template classes : Cell(SYMBOL, WEIGHT), Node(