Skip to content

Instantly share code, notes, and snippets.

@space4yyy
space4yyy / fwd-douban-wish.js
Last active April 10, 2025 03:14
fwd-douban-wish.js
var WidgetMetadata = {
id: "space.readonly.douban",
title: "豆瓣",
description: "豆瓣",
author: "Space4",
site: "https://github.com/space4yyy",
version: "1.0.0",
requiredVersion: "0.0.1",
modules: [
{
@space4yyy
space4yyy / postman_CryptoJS.md
Last active October 19, 2021 03:36
postman CryptoJS 常用方法

MD5 摘要

CryptoJS.MD5("数据").toString();

SHA256 摘要

CryptoJS.SHA256("待加密数据").toString();