ada-cipher
v1.0.0
Published
Encipher and decipher text with the algorithm used in correspondence between Van and Ada Veen in Part One of Vladimir Nabokov's Ada
Maintainers
Readme
ada-cipher
Encipher and decipher text with the algorithm used in correspondence between Van and Ada Veen in Part One of Vladimir Nabokov's Ada.
import * as ada from 'ada-cipher';
const cipher = ada.encrypt("your message here");
const plain = ada.decrypt(cipher);Much thanks to vitest which promotes testing with much reduced bloating and despair.
Copyright 2025 coldhead. All rights reserved. Under the terms of your favourite BSD licences, which see.
