Remove tables of contents since they don't work, fix base template.
Some checks failed
/ Build static site, docker image, upload artifact... (push) Successful in 3m28s
/ Connect to deployment host, update, and redeploy docs website. (push) Has been cancelled

This commit is contained in:
2024-09-27 14:23:34 -07:00
parent 08380ee33d
commit 78b76df473
9 changed files with 1 additions and 72 deletions

View File

@@ -3,14 +3,6 @@ description: Another look at my entry from 12th May, 2024 where I explore a meth
tags: security, scripting, unix, linux
date: 2024-09-27 12:11
# Table of Contents <!-- omit in toc -->
- [Revisiting an old topic](#revisiting-an-old-topic)
- [The process](#the-process)
- [Obfuscation](#obfuscation)
- [Deobfuscation](#deobfuscation)
- [Conclusion](#conclusion)
# Revisiting an old topic
[In this blog entry dated 12th May, 2024](https://blog.raer.me/2024/05/01/20240512.html) I discuss a method where I'm able to keep passphrases stored inside of a bash script, while still being able to execute the bash script. Its been a few months and I've improved the process for obfuscating/deobfuscating scripts, since I'm now using this method as part of my process in writing/editing backup scripts. Thus I'd like to retouch the topic since rereading the previous blogpost leaves me a bit undersatisfied.