






GitHub 





const decode = (password, content) => {
const pass = toArrayBuffer(password);
const cont = toArrayBuffer(content);
const decipher = crypto.createDecipheriv(ALGORITHM, pass, Buffer.alloc(0));
let decrypted = decipher.update(cont, BASE64, UTF8);
decrypted += decipher.final(UTF8);
return decrypted;
};Uncaught:
Error: error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length
at Decipheriv.final (internal/crypto/cipher.js:174:29)
at Object.decode (/home/self/qr/node/src/index.js:25:25) {
library: 'digital envelope routines',
function: 'EVP_DecryptFinal_ex',
reason: 'wrong final block length',
code: 'ERR_OSSL_EVP_WRONG_FINAL_BLOCK_LENGTH'
}encode działa poprawnie


GitHub 











const decode = (password, content) => {
const pass = toArrayBuffer(password);
- const cont = toArrayBuffer(content);
+ const cont = content; (edited)








GitHub 

@Zaprzyjaźniona konkurencja








GitHub 


GitHub 









GitHub 


GitHub 



namespace Wulkanowy.Qr

package io.github.wulkanowy.qr



_camelCase niż pisać zmienne w PascalCasie. W Pascal casie są zazwyczaj właściwości. W punkcie 8 jest przykład, gdzie _ w prywatnych polach jest wyjątkiem https://github.com/ktaranov/naming-convention/blob/master/C%23%20Coding%20Standards%20and%20Naming%20Conventions.md (edited)







GitHub 









GitHub 



















GitHub 















GitHub 














GitHub 

$ git remote add kpostekk git@github.com:kpostekk/qr.git
$ git push kpostekk master














GitHub 

GitHub 


$ git remote add kpostekk git@github.com:kpostekk/qr.git
$ git push kpostekk master 




$ git push kpostekk backdoorek/master:master




























Configuration errors: 1 error occurred:
* Error migrating config to version 2: 1 error occurred:
* in job 'swift': step was not in the right format (unable to find step's name/details)

nie wyrabia






GitHub 

GitHub 
























git push .?





















GitHub 

GitHub 



























GitHub 























line 1: ./vendor/bin/phpunit: No such file or directory




























wulkanowy-qr?
wulkanowy/qr, w node @wulkanowy/qr-nodeWulkanowyQr
wulkanowy_qr (edited)
pip też nie mam



>>> import wulkanowy_qr
>>> wulkanowy_qr.encode("0123456789ABCDEF", "CERT#https://api.fakelog.cf/Default/mobile-api#FK100000#ENDCERT")
'27Grk6d8ZDely5eeF7j2ngWrWV9eZa5Dz9ZmuiBavysDp74TCr6EHJOs6TaIXFh3HsROWSM11pv3cPvRGSi7Nw=='
input == wulkanowy_qr.encode(wulkanowy_qr.decode(input)) jest prawdą?

GitHub 






rootdir: /home/runner/work/qr/qr/pythonrootdir: D:\Pliki\repos\wulkanowy-qr\python działa
py .\test\test_encoding.py (edited)

unittest zamiast pytest xD (edited)
requirements-dev.txt





























password?










