Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Powerful cloud-based licensing solution designed for fast-growing software businesses.
A single-point of license control for desktop, SaaS, and mobile applications, APIs, VMs and devices.
10Duke Enterprise is a cloud-based, scalable and flexible software licensing solution enabling software vendors to easily configure, manage and monetize the licenses they provide to their customers in real-time.
...Features:
- group notes and images in a tree structure (using folders)
- can work on any directory on your machine
- technically works like a file browser with inline text editing
- synchronizes with any WebDAV server (optionally using SSL/TLS)
- allows one-way and two-way synchronization
- allows to encrypt your files locally and remote using AES256
- multi language support
You can obtain the full sourcecode at:
https://crispy-cow.de/git/CrispySyncNote.git
Latest changes:
2.1.0: Updated for Java 9 and up
2.0.2: Added more UI translation, updated greek language (thanks to geogeo)
2.0.1: Bugfix: Sync state is now copied when duplicating workspace due to change in encryption settings
Encrypt and decrypt text using AES 256 bit encryption
AESTextCrypt is an easy-to-use open source tool for text encryption and decryption. Primarily intended for use with email, use it wherever you need to protect text from prying eyes. The encrypted text can be copy/pasted into any text-handling application (e.g. email) instead of plain text. Convenience buttons are provided for clipboard operations.
AESTextCrypt uses AES-256 bit encryption which is the strongest available encryption scheme. ...