On Jun 18, 2016, at 10:07, Robert <sigz...@gmail.com> wrote:
> Is there a way that BBEdit can use ccrypt to dencrypt and load it in BB? I 
> have it in Vim, trying to in BB as well.


Hey Robert,

This appears to work when run as a filter:

#!/usr/bin/env bash
ccrypt --encrypt --key 'whatTheFlyingFork?';

BUT.  This won't decode it:

#!/usr/bin/env bash
ccrypt --decrypt --key 'whatTheFlyingFork?';

When you encode an actual file BBEdit will open it but says it's damaged – 
TextMate and TextEdit don't like it either.

Editra opens it without complaint.

My Hex Editor says the encoding is ISO_8859-1:1987.

Encoding and decoding files works fine.

And that's as far as I can get with my current skill-set.

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.

Reply via email to