aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentfab1f153ca231936908bfb2ed33537adacbebfa6 (diff)
downloadcsv-hasher-a1698ec97a1c473925cf42526c23882e279a48d1.tar.gz
csv-hasher-a1698ec97a1c473925cf42526c23882e279a48d1.tar.bz2
Feat: some ideas for the future
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 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.