ctubbsii commented on code in PR #343:
URL: https://github.com/apache/accumulo-website/pull/343#discussion_r999480733
##########
_docs-2/troubleshooting/tools.md:
##########
@@ -59,6 +59,45 @@ Likewise, `rfile-info` will dump the key-value pairs and
show you the contents o
row columnFamily:columnQualifier [visibility] timestamp deleteFlag -> Value
...
+### Encrypted Files
+
+To examine an encrypted rfile the necessary encryption properties must be
provided to the utility. To do this
+the `accumulo.properties` file can be copied, the necessary encryption
parameters added, and then the properties file can
+be passed to the utility with the `-p` argument.
+
+For example, if using `PerTableCryptoFactory` and the `AESCryptoService`, you
would need the following properties in
Review Comment:
Should this be PerTableCryptoServiceFactory?
```suggestion
For example, if using `PerTableCryptoServiceFactory` and the
`AESCryptoService`, you would need the following properties in
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]