Files: fc4f77ebcef3769ee736b18653f7712ef8169884 / test.js
116 bytesRaw
1 | const sync = require('./'); |
2 | |
3 | sync('/source', '/target', |
4 | null, |
5 | { |
6 | algorithm: 'aes-256-ctr', |
7 | password: '123456' |
8 | }); |
Built with git-ssb-web
1 | const sync = require('./'); |
2 | |
3 | sync('/source', '/target', |
4 | null, |
5 | { |
6 | algorithm: 'aes-256-ctr', |
7 | password: '123456' |
8 | }); |
Built with git-ssb-web