aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-29 08:46:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-29 08:46:34 -0300
commita1698ec97a1c473925cf42526c23882e279a48d1 (patch)
tree6943dfc1680ecd39532658d1598c4f9c4ee67d28
parentfab1f153ca231936908bfb2ed33537adacbebfa6 (diff)
downloadcsv-hasher-a1698ec97a1c473925cf42526c23882e279a48d1.tar.gz
csv-hasher-a1698ec97a1c473925cf42526c23882e279a48d1.tar.bz2
Feat: some ideas for the future
-rw-r--r--README.md9
-rw-r--r--TODO.md2
2 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07a0f38..8a387af 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,12 @@ Testing:
make vendor
make test
+
+## Future
+
+Some ideas:
+
+* Multi-column processing.
+* Optional hashing with salt.
+* Support for more crypto functions other than hashing, such as symmetric encryption/decryption with,
+ reading the passphrase from user input.
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 74e5cc0..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,2 +0,0 @@
-TODO
-====