Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulej/AESCrypt
File Encryption software for multiple platforms
https://github.com/paulej/AESCrypt
aes encryption file
Last synced: 9 days ago
JSON representation
File Encryption software for multiple platforms
- Host: GitHub
- URL: https://github.com/paulej/AESCrypt
- Owner: paulej
- License: other
- Created: 2014-06-01T16:46:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T00:24:17.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:22:31.261Z (3 months ago)
- Topics: aes, encryption, file
- Language: C
- Homepage:
- Size: 255 KB
- Stars: 233
- Watchers: 29
- Forks: 69
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# AES Crypt
NOTE: This repository is *retired*. Code is still under development and posted at
https://www.aescrypt.com/.
This is a branch of the soure repository for the AES Crypt software
available from www.aescrypt.com. This branch has a few more build options
than the master code available from aescrypt.com directly.AES Crypt was initially developed for Windows and then later ported to Linux.
Other versions of the software, including Mac, Java, Android, and iOS, were
created, most of which were derived from the Linux code.The code for each platform is stored in a directory for that platform
(e.g., Windows and Linux). A "readme" file exists in each that provides
any additional information that might be useful for that platform.Some of the source code is not yet published here, though all source code
is still available from https://www.aescrypt.com.The code in this repository is older code and may contain code that has not been
fully tested. As a new version binary is released and a version number associated
with it, the source code and binary will be posted to www.aescrypt.com/download.