File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+
2+
13# EncryptorAppVS
24
5+
6+
37## Documentation:
48
59## Right now
1721## Updates
1822* Add error handling if encryption/decryption fails
1923
24+ ## Directories
25+ * ` src ` contains UI and logic. It is the ` .exe `
26+ * ` CryptoTools ` contains the encryption tools. It is a ` .dll ` that can be used by other applications
27+ * ` utils ` contains mixed utilites
28+ * ` UnitTests ` are the tests for ` src ` and ` CryptoTools `
29+
30+ ## Branches
31+ * ` master ` is the branch the current stable release is built off
32+ * ` release ` is beta/nightly versions in testing
33+ * ` dev ` is working prototypes and for the majority of work
34+ * ` experimental ` is for large changes that may not be functional
35+ * ` hotfix ` is for quick changes to push to ` master ` or ` release `
36+
37+ ** Please use forks for your own work, and PR to the applicable branch**
You can’t perform that action at this time.
0 commit comments