Protect your business with AI policies and data loss prevention in the browser
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Download Chrome
GoAnywhere Managed File Transfer (MFT)
Secure and simplify your file transfers
GoAnywhere MFT provides secure managed file transfer for enterprises. Deployable on-premise, in the cloud, or in hybrid environments, GoAnywhere MFT software enables organizations to exchange data among employees, customers, and trading partners, as well as between systems, securely. GoAnywhere MFT was a recipient of the Cybersecurity Excellence Award for Secure File Transfer.
OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
Supports very high traffic volume allowing parallel processing of files per partner.
SUPPORT: Please use the Github issues and Discussions channels here:
https://github.com/OpenAS2/OpenAs2App/
Requirements:
- Java 11 or newer (tested with the LTS versions of Java up to 21)
...
Crypt encryption and decryption is based on ASCII Table Shift.
Crypt is the developed based on the ASCII Table shift and it can customized based on the user requirements, right from the shifting order and the level of encryption or decryption. It can be integrated to any of the programming language with the custom build of the sourcecode. It can secure from text file to binary code.
This is a chat system composed of a TCP/IP server daemon and its corresponding java client. You can chat with other peers in clear text or AES password-based encryption on your own computer network.
The AES encryption and decryption is based on 128 bit key which is reached by padding the resulting SHA256 from your provided password. Simply put, SHA is a checksum that change when a single bit change. When you send a message with a password field, the resulting password checksum is cut at...
IRC gateway for lide.cz chat.Written 100% pure in Java including "Lide API" (package jlidegw),which allows Java developers to make their own applications collaborating with lide.cz server.Some code parts are inspired by Python version of lidegw.
The Ultimate Employee Recognition and Rewards Program
Motivating employees to grow, thrive, and be more productive.
The Bucketlist platform makes it easy and fun for employees and managers to recognize and reward one another for milestones, achievements, and a job well done. It's so easy as it integrates with the programs you already use every day. Unlike any other recognition program, Bucketlist enables companies to reward employees exactly the way they want, resulting in a 97% product satisfaction score. There are thousands of rewards to choose from, plus you can add custom rewards to suit your company.
a java chat system, that encrypts all transfered data to protect the users privacy. Encryption will be done by rsa, blowfish, 3ds or an easy 'exclusive or' encryption. the client will hava a complete gui, the server in addition a console frontend.