Skip to content

Instantly share code, notes, and snippets.

@Taka005
Taka005 / dec.ts
Last active May 17, 2026 12:16
暗号化ストレージシステム
import crypto from "crypto";
import fs from "fs";
import path from "path";
import { parseArgs } from "util";
const { values } = parseArgs({
options: {
password: {
type: "string",
short: "p",