|
|
@@ -1,3 +1,20 @@
|
|
|
# KeePass
|
|
|
|
|
|
-A description of this package.
|
|
|
+KeePass library written in **Swift**.
|
|
|
+
|
|
|
+⚠️ This project is under construction. ⚠️
|
|
|
+
|
|
|
+## Dependencies
|
|
|
+
|
|
|
+We use the following libraries as dependencies inside of KeePass:
|
|
|
+- [Sodium](https://github.com/jedisct1/libsodium)
|
|
|
+- [Argon2](https://github.com/P-H-C/phc-winner-argon2)
|
|
|
+- [Twofish](Sources/Twofish)
|
|
|
+- [GzipSwift](https://github.com/1024jp/GzipSwift)
|
|
|
+- [AEXML](https://github.com/tadija/AEXML)
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+Copyright © 2020 Maxime Epain.
|
|
|
+
|
|
|
+KeePass.swift is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more info.
|