matthiaszimmermann / bitcoin-paper-wallet

Bitcoin Paper Wallet Generator
Apache License 2.0
7 stars 2 forks source link

'WALLET VERIFICATION ERROR Illegal key size' #3

Open cryptowampum opened 5 years ago

cryptowampum commented 5 years ago

The build fails with this error: Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.663 sec <<< FAILURE! testWalletFromJson(org.matthiaszimmermann.bitcoin.pwg.WalletTest) Time elapsed: 0.216 sec <<< ERROR! java.security.InvalidKeyException: Illegal key size at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) at javax.crypto.Cipher.implInit(Cipher.java:805) at javax.crypto.Cipher.chooseProvider(Cipher.java:864) at javax.crypto.Cipher.init(Cipher.java:1396) at javax.crypto.Cipher.init(Cipher.java:1327) at org.matthiaszimmermann.bitcoin.pwg.AesUtility.decrypt(AesUtility.java:71) at org.matthiaszimmermann.bitcoin.pwg.Wallet.(Wallet.java:137) at org.matthiaszimmermann.bitcoin.pwg.WalletFactory.restoreWalletFromJSON(WalletFactory.java:245) at org.matthiaszimmermann.bitcoin.pwg.WalletTest.testWalletFromJson(WalletTest.java:31) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Results :

Failed tests: verifyWalletHappyCase(org.matthiaszimmermann.bitcoin.pwg.ApplicationTest): failed to verify paper wallet /var/folders/55/7vkbnh814zntgzbzcjv4_w0000gn/T/wallet_verify_ok.json: expected message 'WALLET VERIFICATION OK ...', actual message: 'WALLET VERIFICATION ERROR Illegal key size' createAndVerifyWalletHappyCase(org.matthiaszimmermann.bitcoin.pwg.ApplicationTest): failed to verify paper wallet /var/folders/55/7vkbnh814zn__tgzbzcjv4_w0000gn/T/1DLhV3JZPsaFGyX1QkWzj3YU8vAfgXpGYr.json: expected message 'WALLET VERIFICATION OK ...', actual message: 'WALLET VERIFICATION ERROR wallet file has no seed attribute /var/folders/55/7vkbnh814zntgzbzcjv4_w0000gn/T/1DLhV3JZPsaFGyX1QkWzj3YU8vAfgXpGYr.json' verifyWalletWithMnemonic(org.matthiaszimmermann.bitcoin.pwg.ApplicationTest): failed to verify paper wallet /var/folders/55/7vkbnh814zn__tgzbzcjv4_w0000gn/T/wallet_verify_ok.json: expected message 'WALLET VERIFICATION OK ...', actual message: 'WALLET VERIFICATION ERROR Illegal key size'

matthiaszimmermann commented 5 years ago

might be identical to #1 . please check the proposed approach and report back. tx